holixon / avro-registry-adapter

Convenient support for working with Avro serialization and schema registry on the JVM
https://www.holixon.io/avro-registry-adapter/snapshot/
Apache License 2.0
8 stars 0 forks source link

provide confluent registry adapter osgi plugin #60

Closed jangalinski closed 3 years ago

jangalinski commented 3 years ago

One of the main goals of this project is to provide a base framework for avro serialization with axonframework. To use avro from the axon server dashboard, this requires an osgi plugin to be installed on the axon server.

While the concrete axon specific listeners plugin is part of holixon/axon-avro-serializer, the core functionality (configuring and accessing an confluent registry) should be part of this repo.

This way, we can later just exchange the core plugin (for example to use confluent registry) without providing multiple implementations for axon server.

So the task is: Parallel to the confluent rest client module, provide an osgi bundle that allows running a registry-adapter as a plugin.

Is blocked by: #59

zambrovski commented 3 years ago

Will be fixed in https://github.com/holixon/axon-avro-serializer/issues/97