specmesh / specmesh-build

https://specmesh.io/
Apache License 2.0
13 stars 5 forks source link

Partition and replica count in KafkaBinding should be optional #368

Closed big-andy-coates closed 2 weeks ago

big-andy-coates commented 3 weeks ago

The Kafka cluster has default partition and replica counts. Users should be able to leverage these defaults if they choose by not explicitly setting the counts in the spec.

This can be particularly useful for replica counts, where different environments can set different default counts to save money, e.g. dev: 1, prod: 3