Use XReadGroup to read messages from the specified consumer group, setting the Block parameter to 5000 milliseconds.
If no new messages are available, the program will return after 5 seconds and continue the loop.
Current Behavior
if we set Block: 5000 the api is block and not return ,until the new message come
Issue tracker is used for reporting bugs and discussing new features. Please use stackoverflow for supporting issues.
use XReadGroup read msg from stream:
Expected Behavior
Use XReadGroup to read messages from the specified consumer group, setting the Block parameter to 5000 milliseconds. If no new messages are available, the program will return after 5 seconds and continue the loop.
Current Behavior
if we set Block: 5000 the api is block and not return ,until the new message come
Possible Solution
Steps to Reproduce
1. 2. 3. 4.
Context (Environment)
Detailed Description
Possible Implementation