merlimat commented on a change in pull request #2068: Pass encryption-context to pulsar-sink if source receive encrypted message URL: https://github.com/apache/incubator-pulsar/pull/2068#discussion_r199641056
########## File path: pulsar-client/src/main/java/org/apache/pulsar/client/api/Message.java ########## @@ -20,6 +20,9 @@ package org.apache.pulsar.client.api; import java.util.Map; +import java.util.Optional; + +import org.apache.pulsar.client.impl.EncryptionContext; Review comment: @rdhabalia The `EncryptionContext` should be moved to `api` package as weel ---------------------------------------------------------------- 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
