I don't think the record needs to know how to deserialize itself. Since `toString` is only for debugging, I'm fine printing out the `Arrays.toString` summary of the value.
If we wanted to print out the value in a log message, we would format it more specifically (including a deserialization if desired). That said, I will go ahead and get rid of the generic type. [ Full content available at: https://github.com/apache/kafka/pull/5693 ] This message was relayed via gitbox.apache.org for [email protected]
