jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for custom serialization for value-format?

tony-tote opened this issue · comments

I am using the google protocol buffer format in my Kafka messages, but I can't seem to properly deserialize them in my consumer with this extension. Is there a work around to this issue? Seems unlikely, but I thought it might be worth asking. Thanks.

https://github.com/jlandersen/vscode-kafka/blob/master/docs/Consuming.md#Deserializer
https://developers.google.com/protocol-buffers

Also, if I wanted to write a local custom serializer is that possible?

Any contribution are welcome!