smallrye / smallrye-reactive-messaging

SmallRye Reactive Messaging
http://www.smallrye.io/smallrye-reactive-messaging/
Apache License 2.0
237 stars 177 forks source link

Fix #2756 KafkaCompanion does not configure Serializer/Deserializer #2757

Open diversit opened 1 week ago

diversit commented 1 week ago

Updated SerdesTest and added test case to verify KafkaCompanion does not configure the (de)serializers.

Updated ConsumerBuilder and ProducerBuilder to fix the issue.