rdhabalia opened a new pull request #2068: Pass encryption-context to pulsar-sink if source receive encrypted message URL: https://github.com/apache/incubator-pulsar/pull/2068 ### Motivation with #2024, consumer creates message with `EncryptionContext` which can be used if encrypted-message payload can't be decrypted by consumer so, application requires it to decrypt payload. So, if pulsar-function can't decrypt it then EncryptionCtx must be pass to pulsar-sink using which it can decrypt message-payload. ### Modifications Pass EncryptionContex to Pulsar-sink. ### Result Pulsar-sink can consume encrypted-raw message and it can be decrypted by application using EncryptionCtx embedded into the message.
---------------------------------------------------------------- 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
