doveLin0818 commented on issue #2886: URL: https://github.com/apache/hertzbeat/issues/2886#issuecomment-2558199596
> > Hello, at first it was like this, there was no data. After a while, there was data, but the data was from the previous monitoring and it was chaotic  > > Yes, this is a bug, we will fix it as soon as possible @zhangshenghang Hi, perhaps In the method org.apache.hertzbeat.collector.collect.kafka.KafkaConnect#getAdminClient, the adminClient is not updated before and after modifying the monitoring instance, and the old adminClient is reused, which leads to this issue.see https://github.com/apache/hertzbeat/pull/2895 thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
