Paul Gier
Paul Gier
Using these TLS settings ``` tls: broker: enabled: true functionsWorker: enabled: false enabledWithBroker: false ``` The functionsWorker tries to connect to the broker over TLS even though it's supposed to...
If I set broker.env to an empty/null value the operator crashes. The operator should handle these errors more gracefully. ``` Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `java.util.LinkedHashMap` from...
I would like to be able to use the value of 'pulsarClusterName' as the value of the 'cluster' label which gets attached to many resources.
Configuring custom pod labels I ran into a situation where the labels I set don't match the selectors. This type of mismatch should be prevented by the operator. In other...
Currently it appears that proxy and broker are updated at the same time. The proxy can't do much without the broker, so it would be better if the proxy starts...
This should probably just be an error or warning message instead of a stack trace. ``` │ 17:35:46 ERROR [com.dat.oss.kaa.con.AbstractController] (ReconcilerExecutor-pulsar-bk-controller-93) Error during reconciliation for resource bookkeepers.kaap.oss.datastax.com with name pulsar-bookkeeper:...
I noticed that when changing the Pulsar version, the same order of updates (1. zookeeper, 2. bookkeeper, etc) is used for downgrades as during an upgrade. I would have thought...
With TLS enabled on the broker, but not on the functionsWorker, then the functionsWorker crashes with this error because the cert is not mounted. ``` Can't open /pulsar/certs/tls.key for reading,...
If I add `additionalVolumes:` to a resource, but don't add an volumes, I get this error: ``` PulsarCluster.kaap.oss.datastax.com "pulsar" is invalid: spec.proxy.additionalVolumes: Invalid value: "null": spec.proxy.additionalVolumes in body must be...
The behavior of this setting is a bit confusing ``` global: tls: enabled: false ``` If it's set to false it acts as a global override, but if it's set...