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

Kafka clientid (finishing #11073) #11252

Merged
merged 4 commits into from
May 31, 2020

Conversation

filimonov
Copy link
Contributor

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

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support kafka_client_id parameter for Kafka tables. It also changes the default client.id used by ClickHouse when communicating with Kafka to be more verbose and usable.

Detailed description / Documentation draft:
Previously ClickHouse was using ClickHouse 20.5.1.3327 as a client.id, now it's ClickHouse-{FQDN}-{database}-{table}-{consumer_no}

Supersedes (and includes) #11073
Resolves #10723
Resolves #7258

@filimonov filimonov mentioned this pull request May 28, 2020
@blinkov blinkov added the pr-improvement Pull request with some product improvements label May 28, 2020
@alexey-milovidov
Copy link
Member

Data race in MemoryTracker - already fixed by @KochetovNicolai in #11249

@alexey-milovidov alexey-milovidov self-assigned this May 31, 2020
@alexey-milovidov alexey-milovidov merged commit 9a362eb into ClickHouse:master May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support kafka client.id parameter? Kafka: Setup kafka clientid
3 participants