michaeljmarshall opened a new pull request, #20902: URL: https://github.com/apache/pulsar/pull/20902
PIP: Relates to: https://github.com/apache/pulsar/issues/20862 ### Motivation The primary motivation is to fix Pulsar Connector configurations that do not completely implement the `sensitive` annotation flag. Once implemented, users will be able to supply secrets in a secure, non-plaintext way. See the PIP for background and relevant details. ### Modifications * Update how `aerospike`, `canal`, `influxdb`, jdbc/core`, `rabbitmq`, `redis`, and `solr` connectors load configuration to allow for correct secret injection. * Fix several `defaultValue` annotation fields to make sure that Jackson can correctly set the defaults. ### Verifying this change Tests are updated and added. ### Documentation - [x] `doc-required` ### Matching PR in forked repository PR in forked repository: https://github.com/michaeljmarshall/pulsar/pull/54 -- 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]
