kafka-connect-protobuf-converter
kafka-connect-protobuf-converter copied to clipboard
A support for schema registry and auto schema evolution between source/sink connectors
I'm using Kafka connect JDBC connectors via Json, Avro and Protobuf.
As for Protobuf, kafka-connect-protobuf-converter
may be practically a de-facto standard as converter in Kafka connect.
It is very grateful for me to use this converter based on protobuf schema file .proto
.
However, I'm a little unhappy because it doesn't seem to support a schema registry-based schema access and evolution.
I wonder there is or will be a plan for including this useful feature?
Or is there any other way to make this use-case work?
Confluent maintains the Schema-Registry enabled Protobuf Converter, not this repo
refer - https://github.com/confluentinc/schema-registry
Confluent maintains the Schema-Registry enabled Protobuf Converter, not this repo
refer - https://github.com/confluentinc/schema-registry
Thanks, I've found what I wanted where you had mentioned.