Kafka Streams Listing and Trying describe topics not part of the topology

徘徊边缘 提交于 2020-02-02 06:01:48

问题


We noticed on our kafka broker logs that our stream applications are trying to describe topics that are not part of the topology. It looks like it is periodically happening every 10 minutes.

Why is this occurring? Why does streams need to know about topics that are not part of the topology? Anyway to stop this? Since the stream app does not have access to describe those topics we are getting a bunch of error logs.

We are using version 1.1.1


回答1:


It's a know issue, that will get fixed in the 2.5 release: https://issues.apache.org/jira/browse/KAFKA-7317



来源:https://stackoverflow.com/questions/54599482/kafka-streams-listing-and-trying-describe-topics-not-part-of-the-topology

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!