Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Support for additional or custom deserialization methods #3

Open
jimmygchen opened this issue Jul 25, 2017 · 0 comments
Open

Support for additional or custom deserialization methods #3

jimmygchen opened this issue Jul 25, 2017 · 0 comments

Comments

@jimmygchen
Copy link
Owner

jimmygchen commented Jul 25, 2017

Currently the viewer only supports message in JSON or plain text format.
This is due to the kafka-proxy-ws library converting the byte arrays using toString() then stringifying all messages using JSON.stringify.

It is common to produce kafka messages using a data serialisation system such as Avro. It would be useful to add support for additional or custom deserialization methods.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant