Files
spring-cloud-stream/spring-cloud-stream-binder-kafka-streams
Soby Chacko 9c88b4d808 Use native Serde for Kafka Streams binder
In Kafka Streams binder, use the native Serde mechanism as the default instead of the framework
provided message conversion on the input and output bindings. This is to align applications
written using Kafka Streams binder more compatible with native concepts and mechanisms.
Users can still disable native encoding and decoding through configuration.

Amend tests to accommodate the flipped configuration.

Resolves #651
2019-06-10 21:17:38 -04:00
..
2018-02-14 14:47:34 -05:00
2019-05-28 16:42:05 +02:00