jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code
MIT License
97 stars 33 forks source link

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

Open angelozerr opened 3 years ago

angelozerr commented 3 years ago

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 commented 3 years ago

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)
jeffNedley commented 9 months ago

What ever happened to this functionality?

angelozerr commented 9 months ago

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

ellivlum commented 2 weeks ago

This would be really handy for some work I'm on with at the moment! What is needed to get the draft PR committed?

angelozerr commented 2 weeks ago

Sorry @ellivlum I have no time to work on this project and I don't remember if my PR was finished.