using axon kafka to distribute events

Axon 3.3 release has added support for kafka for distributing events as an alternative to axon-amqp. I was planning to introduce the axon-kafka component in my project replacing axon-amqp.

Can anyone help me with a sample code snippet of how to Forward events to an kafka topic and as well as reading events from kafka topic as part of the axon framework?

Hi Saikat,

We were also working on Axon and came across this example on Github. Hope this helps.

Thanks a lot!!