Open
Description
Deserialization problems can lead to errors in non-Java clients. librdkafka doesn’t technically support serialization/deserialization; it is the application's responsibility to serialize/deserialize objects prior to handing the bytes to/from the client. Given an example in one language on how to handle an exception.