RobertIndie opened a new pull request #9313:
URL: https://github.com/apache/pulsar/pull/9313
Master Issue: #9187
### Motivation
Currently, `brokerClientAuthenticationParameters` does not support being set
via JSON formatted string, like:
```
brokerClientAuthenticationParameters={"token":"token-string"}
```
This PR Add support for the JSON format token setting.
### Modifications
* Add support for the JSON format token
### Verifying this change
This change is already covered by existing tests, such as
*testAuthTokenConfigFromJson*.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]