Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Kafka broker currently has a utility to adjust log levels via a JMX tool (jconsole, for example)MBeans. This is a scala utility, that we will rewrite in Java, move to kafka-clients package and use this utility to initialize JMX interface in the Kafka broker and Connect worker upon startup.

...

Applications will register this mBean with JMX the mBean server via a LogLevelManager utility class:

...