You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: