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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org