kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

KT w/ Kafka Streams: run your app to CCloud

Open ybyzek opened this issue 4 years ago • 0 comments

For any KT with Kafka Streams, in the run your app to CCloud section (e.g. https://kafka-tutorials.confluent.io/create-stateful-aggregation-sum/kstreams.html#run-your-app-to-confluent-cloud) it will fail unless the user is instructed to modify the properties file with replication.factor=3.

Error:

PolicyViolationException: Topic replication factor must be 3

ybyzek avatar Aug 31 '21 14:08 ybyzek