You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/07/02 22:42:48 UTC

[GitHub] merlimat commented on a change in pull request #2068: Pass encryption-context to pulsar-sink if source receive encrypted message

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:
users@infra.apache.org


With regards,
Apache Git Services