Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add row_delimiter argument to StorageKafka. #2701

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

amosbird
Copy link
Collaborator

There are common cases where a message doesn't end with a row delimiter.
This patch allows specifying a row_delimiter char to compensate that.

#2298

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

@alexey-milovidov
Copy link
Member

Looks ok!

Could you please try to add an integration test?

@amosbird
Copy link
Collaborator Author

Um, I don't find any existing intergration tests related to kafka and don't know how to setup one.

@alexey-milovidov
Copy link
Member

Could you please try to add a test?
We really need at least some tests for Kafka.

#2702 (comment)

@amosbird
Copy link
Collaborator Author

OK, I'll try to add one.

There are common cases where a message doesn't end with a row delimiter.
This patch allows specifying a row_delimiter char to compensate that.

ClickHouse#2298
@amosbird
Copy link
Collaborator Author

@alexey-milovidov I've added a simpe kafka integration test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants