Transform avro message "identity" to protobuf "identity" message ( Protocol Buffers Google )
gradle build
java -jar build/libs/kstreams-avro-to-protobuf-0.0.1.jar configuration/dev.properties
avro-identity and proto-indentity
./kafka-protobuf-console-consumer --bootstrap-server localhost:9092 --topic proto-identity --from-beginning
./kafka-avro-console-producer --topic avro-identity --broker-list localhost:9092 --property value.schema="$(< src/main/avro/identity.avsc)"
{"nom":"Starsky","prenom":"hutch","age":"53","sexe":"M"}