Shabahang Elmian
Results
2
comments of
Shabahang Elmian
I had same issue. following solved my problem: 1- I added some parameters on values.yaml and instelled kafka. ``` cp-kafka: brokers: 1 configurationOverrides: "offsets.topic.replication.factor": "1" "default.replication.factor": 1 "min.insync.replicas": 1 "confluent.metrics.reporter.topic.replicas":...
@vjvel @tobias-neubert The problem is that you did not recreate topics with replicatin_factor 1 . Please follow the steps again : 1- Use the values.yaml files to install. 2- 3...