Open KahigaKiguru opened 2 years ago
Hi,
what is your exact problem? Are you using Axon-Kafka extension for it? Could you provide some details please?
Cheers,
Simon
Hello Simon,
I'm using the Axon Kafka Extension, specifically, the axon kafka spring boot starter. Before implementing the Avro serializer, I used the jackson serializer provided by axon default. The Kafka extension had no problems serializing and deserializing event messages. However, it (the Kafka Extension) now cannot (de)serialize event messages.
Hi,
sorry for not responding. Could you please post your Stacktrace or something? Is there maybe a public repository we could look at?
Cheers,
Simon
Hello,
In brief, All events are defined as Avro Versioned Schemas, and the Java Classes are Autogenerated (perfectly). Multiple axon-based spring boot applications consume these events. This works well with the axon event bus. Circumstance behoves me to employ Kafka as the event bus (auto-configured - axon-kafka-spring-boot-starter); however, events are neither dispatched nor consumed.
How do I go about this issue? Thanks.