lhotari opened a new pull request #11681:
URL: https://github.com/apache/pulsar/pull/11681
Fixes #11548
### Motivation
Disabling non-TLS service ports isn't possible at the moment. Issue #11548
has been reported and contains instructions to reproduce the issue.
### Modifications
- Make changes to supports disabling non-TLS service ports in
`broker.conf`/`standalone.conf` by providing empty values:
```
brokerServicePort=
webServicePort=
```
- there were a few locations where the Optional port value was not checked
for existence.
- embedded Function Worker Service didn't work with TLS only broker. Fix
issues in configuring Function Worker Service.
- add support for MockedPulsarServiceBaseTest tests to disable non-TLS ports.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]