Description
We currently serialise to JSON via a manually written method `Json.encode`. The implementation is naive: it does a lot of unnecessary String concatenation and it doesn't handle escaping well.
KAFKA-1595 switches to Jackson for parsing, so it would make sense to do this after that one is merged.
Attachments
Issue Links
- links to