mathieudruart opened a new pull request #8338: URL: https://github.com/apache/pinot/pull/8338
## Description This PR modify the Pulsar connector to handle authentication. ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) * No Does this PR fix a zero-downtime upgrade introduced earlier? * No Does this PR otherwise need attention when creating release notes? : - New configuration options ## Release Notes 2 optionals parameters are added to streamConfigs to handle authentication : - `stream.pulsar.authenticationToken` - `stream.pulsar.tlsTrustCertsFilePath` ## Documentation The Pulsar connector can be used with a secured Apache Pulsar server using an authentication token and a TLS certificate. These parameters are optionals to handle unsecured Apache Pulsar servers. - `stream.pulsar.authenticationToken` - `stream.pulsar.tlsTrustCertsFilePath` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
