rdhabalia opened a new pull request #2024: Forward encryption properties with encrypted payload to consumer URL: https://github.com/apache/incubator-pulsar/pull/2024 ### Motivation Right now, if Consumer doesn't configure CryptoReader and set the `ConsumerCryptoFailureAction::Consume` then consumer delivers encrypted message-payload to the application. However, message doesn't contain metadata which requires to decrypt message so, message payload is useless without metadata and application can't decrypt message payload. ### Modifications Add encryption metadata in message properties if message is not decryptable. ### Result Application receives message with encryption metadata along with encrypted payload so, application can decrypt payload with metadata.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
