-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Re-check deprecation of setDefaultTopicConf #384
Comments
Got feedback from the maintainer of librdkafka:
I will check on our side if this happens somewhere, since it seems like the global config is ignored atm |
So this is the current finding, after setting
Which as mentioned above would cause a setting like |
|
@nick-zh we should remember to include this in upgrade path document, if it's created. |
If seems for the low level consumer, some settings till need to be set over setDefaultTopicConf.
Check in librdkafka if we can get around using
rd_kafka_conf_set_default_topic_conf
which is said to be deprecated.The text was updated successfully, but these errors were encountered: