You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: