-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVRO events #46
Comments
#46 - Added AVRO serializer to the plugin
…using explicit object mapping
@SnuK87 I just found out that some other modifications also needed. First of all there is a org.apache.kafka.common.serialization.Serializer which can be implemented instead explicitly call object mapper and publish events as a string. Furthermore optionalProperties does not hold any value since the ProducerConfig initialized later. Because of this AVRO serializer class can not be configured from config. I'm going to create some pull requests in the following days. If you don't have time for this project I would be glad to become the maintainer of this repo, since I work with Kafka and Keycloak all the time. I recommend to delete 1.2.0 release and release again after I fixed the optionalProperties. Anyway thank you so much for this SPI. It is really needed out there. |
Is there a way to configure this SPI to produce AVRO events into the topic?
The text was updated successfully, but these errors were encountered: