This completes the feature of having the name at the schema level and updates the tests associated with this new feature.
This updates how the name is returned from the descriptor (com.google.protobuf.Descriptors.FieldDescriptor) to match how the name is returned from the message (com.google.protobuf.Descriptors.Descriptor).
Description
This completes the feature of having the name at the schema level and updates the tests associated with this new feature.
This updates how the name is returned from the descriptor (com.google.protobuf.Descriptors.FieldDescriptor) to match how the name is returned from the message (com.google.protobuf.Descriptors.Descriptor).
Related Documentation
Message - https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/Message Descriptor.Descriptor - https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/Descriptors.Descriptor Descriptor.FieldDescriptor - https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/Descriptors.FieldDescriptor
Background
Couldn't package 2.1.0 to Maven Central because
mvn test
had failures. This PR extends the naming functionality to properly update the tests.Related
https://github.com/blueapron/kafka-connect-protobuf-converter/pull/20