> @guozhangwang Do you mean that you usually set one Serde in config that > handles any type via reflection, so then you're fine for all the upcoming > types?
Not via reflection, but that serdes like JSON / Avro provides ways for some kind of "generic record" manner, in which a record will be deserialized based on its embedded schema, and hence a single type of serde is sufficient. [ Full content available at: https://github.com/apache/kafka/pull/5541 ] This message was relayed via gitbox.apache.org for [email protected]
