Is it true that protobuf-plugin requires protobuf proto3, which requires schema-registry to work? Is there a good local docker schema-registry image I can use?
I use confluentinc/cp-schema-registry:7.3.1 from docker-compose.yml and
https://github.com/codingharbour/kafka-protobuf.git but ProtobufProducer and ProtobufConsumer don't work with schema-registry via
http://localhost:8081. I verify that kafka container can produce and consume messages, and it receives protobuf from ProtobufProducer.