Hello, I want to start a vote for KIP-466 <https://cwiki.apache.org/confluence/display/KAFKA/KIP-466:+Add+support+for+List%3CT%3E+serialization+and+deserialization> "Add support for List<T> serialization and deserialization”. The implementation can be found as a PR <https://github.com/apache/kafka/pull/6592>. In order to utilize list serde, a user needs to create it in the following nested fashion: Serdes.ListSerde(Serdes.someSerde()); Because of this difference, it also requires separate test cases.
Thank you all for your input and support. Best, Daniyar Yeralin