Fixed bug that was leading to failure in avro format
If you have a protobuf file like this MessageA{ MessageB hello = 1; } MessageB{ MessageC hello = 1; } MessageC{ String abc =1; }
Then this would result in an error in avro converter, since in the current code the name of the schema for MessageB and MessageC will be Hello. I've changed the name of the schema, now it will contain the name of the Message Type instead of the fieldname.
Can this be reviewed/merged? It will make it easy to work with large schemas where potential of name collision is high.
I faced this issue too, and this PR fixes it. Is this project still supported? Can we get this merged?
hi, thanks for your interest. We're archiving the repo, you can find a good replacement here https://www.confluent.io/hub/confluentinc/kafka-connect-protobuf-converter