datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
46 stars 16 forks source link

feature: new field to set pulsar cluster name #144

Closed pgier closed 1 year ago

pgier commented 1 year ago

This adds an option to set the pulsar clusterName as defined in the broker.conf file separately from the name field used as a prefix to pulsar Kubernetes resources. These two values have a different scope: the k8s resource prefix is scoped within the cluster, while the clusterName has to be unique among other clusters involved in georeplication, so it seems like it makes sense to have two separate values for these.

Fixes #143