datastax / kaap

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

No way to disable TLS from functionsWorker to broker if broker TLS is enabled #156

Open pgier opened 1 year ago

pgier commented 1 year ago

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 be disabled with the broker.