From commits-return-10326-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Tue Jul 3 00:42:57 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2DF9F180674 for ; Tue, 3 Jul 2018 00:42:57 +0200 (CEST) Received: (qmail 51010 invoked by uid 500); 2 Jul 2018 22:42:56 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 51001 invoked by uid 99); 2 Jul 2018 22:42:56 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2018 22:42:56 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] merlimat commented on a change in pull request #2068: Pass encryption-context to pulsar-sink if source receive encrypted message Message-ID: <153057137575.15572.16831096179205624842.gitbox@gitbox.apache.org> Date: Mon, 02 Jul 2018 22:42:55 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 well ---------------------------------------------------------------- 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