kaap
kaap copied to clipboard
No way to disable TLS from functionsWorker to broker if broker TLS is enabled
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.