confluentinc / confluentinc/kafka-tutorials
Handling deserialization error: in non-Java clients
Open
harness support missing
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.