mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Bugfix]修复KafkaJMXClient类中logger错误的问题(#794)
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
@Component
|
||||
public class KafkaJMXClient extends AbstractClusterLoadedChangedHandler {
|
||||
private static final ILog log = LogFactory.getLog(KafkaAdminZKClient.class);
|
||||
private static final ILog log = LogFactory.getLog(KafkaJMXClient.class);
|
||||
|
||||
@Autowired
|
||||
private BrokerDAO brokerDAO;
|
||||
|
||||
Reference in New Issue
Block a user