Example of Go application that produces and consumes Protobuf-based data to/from a Kafka cluster in Confluent Cloud
vim ccloud.properties
go build -o ClientApp SensorReading.pb.go KafkaUtils.go ClientApp.go
./ClientApp producer
./ClientApp consumer
This project is licensed under the Apache 2.0 License.