vscode-kafka
vscode-kafka copied to clipboard
Support for local Avro schema in CONSUMER/PRODUCER of kafka-file
For consumer, it should be nice to support Avro once https://github.com/jlandersen/vscode-kafka/issues/112 will be implemented like Conduktor provides:
For managing local avro file, my idea is to associate to the consumer like this:
CONSUMER
topic: abcd
value-format: avro(path/to/file.avro)
What ever happened to this functionality?
@jeffNedley I'm busy with other project,s but it exists a draft PR at https://github.com/jlandersen/vscode-kafka/pull/188
Any contribution are welcome!