holixon / axon-avro-serializer

Provide support for axon event serialization via apache avro.
https://www.holixon.io/axon-avro-serializer/snapshot/
Apache License 2.0
12 stars 1 forks source link

Axon Avro Serializer Support for Kafka #278

Open KahigaKiguru opened 1 year ago

KahigaKiguru commented 1 year ago

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.

zambrovski commented 1 year ago

Hi,

what is your exact problem? Are you using Axon-Kafka extension for it? Could you provide some details please?

Cheers,

Simon

KahigaKiguru commented 1 year ago

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.

zambrovski commented 1 year ago

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