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 2019/01/31 02:32:25 UTC

[GitHub] tfhappy commented on issue #3480: ack not return error when consumer closed

tfhappy commented on issue #3480: ack not return error when consumer closed
URL: https://github.com/apache/pulsar/issues/3480#issuecomment-459191607
 
 
   > @tfhappy in `c_consumer.go`, the error always return nil. as follwows:
   > 
   > ```
   > func (c *consumer) Ack(msg Message) error {
   > 	C.pulsar_consumer_acknowledge_async(c.ptr, msg.(*message).ptr, nil, nil)
   > 	return nil
   > }
   > ```
   
   thanks
   
   

----------------------------------------------------------------
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