mumrah opened a new pull request, #14199: URL: https://github.com/apache/kafka/pull/14199
This patch fixes an issue for ZK controllers where we were emitting the ZkMigrationState enum rather than a value. This can lead to downstream failures with JMX metrics since the RMI protocol will marshal the ZkMigrationState object returned by the gauge. Any downstream consumer of this metric (like jconsole or a metrics exporter) will not be able to unmarshal the value since the ZkMigrationState class will not be present. The fix is simply to emit the byte value of this enum. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org