Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Axon Avro Serializer Support for Kafka #278

Open
KahigaKiguru opened this issue Nov 12, 2022 · 3 comments
Open

Axon Avro Serializer Support for Kafka #278

KahigaKiguru opened this issue Nov 12, 2022 · 3 comments
Assignees
Labels
Type: question Further information is requested

Comments

@KahigaKiguru
Copy link

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
Copy link
Collaborator

Hi,

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

Cheers,

Simon

@KahigaKiguru
Copy link
Author

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
Copy link
Collaborator

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

@zambrovski zambrovski self-assigned this Nov 18, 2022
@zambrovski zambrovski added the Type: question Further information is requested label Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants