jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String Encoding serialization support

angelozerr opened this issue · comments

Today key-format and value-format supports string serializer/deserializer without encoding. We should give the capability to configure the encoding liek this:

CONSUMER
topic: abcd
key-format:string(utf-16)