kafka-connect-protobuf-converter icon indicating copy to clipboard operation
kafka-connect-protobuf-converter copied to clipboard

A support for schema registry and auto schema evolution between source/sink connectors

Open dorocoder opened this issue 3 years ago • 2 comments

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?

dorocoder avatar Jun 02 '21 00:06 dorocoder

Confluent maintains the Schema-Registry enabled Protobuf Converter, not this repo

refer - https://github.com/confluentinc/schema-registry

OneCricketeer avatar Jul 23 '21 20:07 OneCricketeer

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.

dorocoder avatar Aug 01 '21 23:08 dorocoder