Error registering AppInfo mbean?

Hi Michael,

it seems that this isn’t Axon related, but rather by Kafka. It tries to register an MBean in the KafkaProducer’s constructor using a name that already exists in the JVM. Generally, this type of error isn’t fatal, and the application will function just fine. Accessing the MBean may, however, not work.

Cheers,