Example of Java application that produces and consumes Protobuf-based data to/from a Kafka cluster in Confluent Cloud
cd src/main/resources
vim ccloud.properties
mvn clean package
java -cp target/getting-started-with-ccloud-1.0-jar-with-dependencies.jar io.confluent.cloud.demo.ProducerApp
java -cp target/getting-started-with-ccloud-1.0-jar-with-dependencies.jar io.confluent.cloud.demo.ConsumerApp
This project is licensed under the Apache 2.0 License.