Closed stouch closed 3 months ago
My bad, it works well.
FYI, to get only 1 kafka controller, you can do :
kafka:
extraConfig: |
offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
controller:
replicaCount: 1
I want to change the shards number and replicaCount of the clickhouse databases. I try to do :
but it does not seem to affect anything. How are we suppoed to do that?