You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 usingJSON.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.
The text was updated successfully, but these errors were encountered: