jiazhai opened a new issue #2584: unacked message is not redelivered in setting 
ackTimeout
URL: https://github.com/apache/incubator-pulsar/issues/2584
 
 
   #### Expected behavior
   
   unacked message is not redelivered in setting ackTimeout
   
   #### Actual behavior
   unacked message is not redelivered in setting ackTimeout
   
   #### Steps to reproduce
   - create topic, producer and consumer, set consumer acktimeout
   - call consumer.receive(), and not ack the received message.
   - expected the message be redelivered after acktimeout; but actually not. 
   it is actually redelivered after 2*acktimeout
   
   #### System configuration
   2.1

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to