Skip to content

Files

Latest commit

a0dc7cd · Aug 17, 2020

History

History
This branch is up to date with confluentinc/demo-scene:spooky-workshop.

getting-started-with-ccloud-golang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 29, 2020
Aug 17, 2020
Jul 8, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020
Jun 29, 2020

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.