spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 302 forks source link

Fix: KeySerde setup not using expected key type headers #1179

Closed yanayita closed 2 years ago

yanayita commented 2 years ago

Bug introduced on #1177 , where isKey value is not properly setup when configuring the KeySerde. This leads to the Key Deserializer, using the key type headers for the value

sobychacko commented 2 years ago

@yanayita Thanks for catching the issue and the PR. I just merged it upstream. Apologies for the delay in reviewing.