Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Design and implement a reentrant PushConsumer message receiving. #525

Closed
aaron-ai opened this issue May 25, 2023 · 0 comments · Fixed by #547
Closed

[Feature] Design and implement a reentrant PushConsumer message receiving. #525

aaron-ai opened this issue May 25, 2023 · 0 comments · Fixed by #547

Comments

@aaron-ai
Copy link
Member

Programming Language of the Client

Java

Is Your Feature Request Related to a Problem?

When the client times out while receiving a message, the server may have already sent out the corresponding message, but due to network issues, the client did not receive it. These messages have to wait until the next visible time to be consumed.

Describe the Solution You'd Like

Design the reception of messages to be reentrant, so that when the client finds a timeout, it can retrieve the timed-out messages again through the reentrant mechanism.

Describe Alternatives You've Considered

No suitable alternative is available at present.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant