Skip to content

Latest commit

History

History

getting-started-with-ccloud-golang

Getting Started with Confluent Cloud

Example of Go application that produces and consumes Protobuf-based data to/from a Kafka cluster in Confluent Cloud

Running

1 - Update the configuration

vim ccloud.properties

2 - Building the project

go build -o ClientApp SensorReading.pb.go KafkaUtils.go ClientApp.go

3 - Running the producer

./ClientApp producer

4 - Running the consumer

./ClientApp consumer

License

This project is licensed under the Apache 2.0 License.