From commits-return-19269-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Tue Dec 18 16:40:53 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 CADA2180669 for ; Tue, 18 Dec 2018 16:40:52 +0100 (CET) Received: (qmail 84772 invoked by uid 500); 18 Dec 2018 15:40:52 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 84763 invoked by uid 99); 18 Dec 2018 15:40:51 -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; Tue, 18 Dec 2018 15:40:51 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] legendtkl edited a comment on issue #3161: Message ID of sent message should be returned in Go client producer Message-ID: <154514765141.14091.17631088429419720588.gitbox@gitbox.apache.org> Date: Tue, 18 Dec 2018 15:40:51 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit legendtkl edited a comment on issue #3161: Message ID of sent message should be returned in Go client producer URL: https://github.com/apache/pulsar/issues/3161#issuecomment-448258519 Now the Go client Producer Send function is as follow ```go func (p *producer) Send(ctx context.Context, msg ProducerMessage) error { ``` Just as you said, the message ID is not return. To be compatible, a new Method is necessary. We might need more discussion about this. ---------------------------------------------------------------- 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