You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/07/15 01:51:57 UTC

[GitHub] [pulsar-adapters] rdhabalia opened a new pull request #26: [pulsar-kafka] Support encryption for pulsar-kafka producer/consumer

rdhabalia opened a new pull request #26:
URL: https://github.com/apache/pulsar-adapters/pull/26


   ### Motivation
   Add ecryption support to pulsar-kafka producer and consumer.
   
   ### Modification
   - Added Factory class `CryptoKeyReaderFactory` to create `Pulsar::CryptoKeyReader` based on configuration passed in `properties`.
   - `CryptoKeyReaderFactory` also allows Pulsar-kafka producer to retrieve Encryption keys.
   
   ### Result
   User can enable encryption by implementing `CryptoKeyReaderFactory` which can create `CryptoKeyReader` to encrypt in pulsar-kafka producer/consumer.


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-adapters] rdhabalia merged pull request #26: [pulsar-kafka] Support encryption for pulsar-kafka producer/consumer

Posted by GitBox <gi...@apache.org>.
rdhabalia merged pull request #26:
URL: https://github.com/apache/pulsar-adapters/pull/26


   


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org