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

Is this project abandoned? #332

Open filpano opened 1 year ago

filpano commented 1 year ago

Hi, we were looking at using this project in combination with an Axon + Apache Kafka Event Bus setup, but it seems that the documentation is rather lacking and some basic functionality is not given.

For example, given the Getting started page, the @EnableAxonAvroSerializer annotation is not importable.

These are the dependencies that I've included (using Gradle instead of Maven):

implementation "io.holixon.axon.avro:axon-avro-serializer-spring:0.0.5"
implementation "io.holixon.avro:avro-registry-adapter-apicurio:0.0.5"

Has this project been abandoned?

zambrovski commented 1 year ago

Hi,

sorry for not responding. I was on vacation but now I'm back... Let me update the docs if something is missing.

Please check the examples included in this project as a reference.

Could you explain what you are trying to achieve?

Cheers,

Simon