@guozhangwang , rather than copy/paste the non-trivial transformation logic, what do you think about just delegating to the actual ByteBufferSerializer?
The deserializer is trivial, but I went ahead and used it in my deserializer, too, for symmetry. I'm thinking that as long as the ByteBufferSerializer is stable, and it doesn't do anything weird in the future, this should be fine. And that should be the case, since future versions of the code are going to have to be compatible with data written by older versions. [ Full content available at: https://github.com/apache/kafka/pull/5687 ] This message was relayed via gitbox.apache.org for [email protected]
