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/12/18 15:26:06 UTC

[GitHub] legendtkl commented on issue #3161: Message ID of sent message should be returned in Go client producer

legendtkl commented 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. I will make a pr for 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