kafka-connect-protobuf-converter
kafka-connect-protobuf-converter copied to clipboard
Protobuf converter plugin for Kafka Connect
Results
22
kafka-connect-protobuf-converter issues
Sort by
recently updated
recently updated
newest added
This fixes issue #30. The default remains the original case, unchanged. With this change, users can configure the following option: ```ini value.converter.fieldNameConversionType=json ```
I think my protoClassName should be `mdg.eng.proto.Kafka$StatsValue` based on the note: > Note: Nested classes must be specified using the $ notation, for example com.blueapron.connect.protobuf.NestedTestProtoOuterClass$NestedTestProto If I `cat` my jar...