Hi community, When using kafka-streams with POJO data types we write our own de/serializers. However I think if we have built-in Serdes support for Tuple-n<Types...> data types (ex:Serdes.Tuple2<Long,Double>) we may easily use Tuples and built-in Serdes can help to reduce the development cycle. Please correct me if I am wrong or if there is similar solution within library please let me know.
Cheers Jeyhun -- -Cheers Jeyhun