Getting WARNING logs related to kafka sink #20510
-
I am getting these logs for kafka sink which doesn't make sense. Does anybody know about them?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Can you share your configuration? |
Beta Was this translation helpful? Give feedback.
-
I have the same question about this warning. After trace back the commit history, I wonder why the original commit for healthcheck of Kafka sink use a consumer instead of a lower level client back in 2019 (b8de832). I guess the reason is the high level producer (Future and Threaded) in Another question is why the |
Beta Was this translation helpful? Give feedback.
Well, for healthchecks, only options that only apply to consumers are ignored. There are some options that can apply to both consumers and producers that will still apply to healthchecks. For the producer, you are correct.