简体   繁体   English

Kafka Streams Listing and Trying 描述了不属于拓扑的主题

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

We noticed on our kafka broker logs that our stream applications are trying to describe topics that are not part of the topology.我们在 kafka 代理日志中注意到,我们的流应用程序试图描述不属于拓扑的主题。 It looks like it is periodically happening every 10 minutes.看起来它每 10 分钟定期发生一次。

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.1.1 版本

这是一个已知问题,将在 2.5 版本中修复: https : //issues.apache.org/jira/browse/KAFKA-7317

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM