vscode-kafka icon indicating copy to clipboard operation
vscode-kafka copied to clipboard

Support for local Avro schema in CONSUMER/PRODUCER of kafka-file

Open angelozerr opened this issue 4 years ago • 5 comments

For consumer, it should be nice to support Avro once https://github.com/jlandersen/vscode-kafka/issues/112 will be implemented like Conduktor provides:

image

angelozerr avatar Feb 17 '21 17:02 angelozerr

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)

angelozerr avatar May 05 '21 08:05 angelozerr

What ever happened to this functionality?

jeffNedley avatar Feb 13 '24 21:02 jeffNedley

@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!

angelozerr avatar Feb 14 '24 03:02 angelozerr