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

Handle BackPressure Reject in Outgoing Channel #29

Open
SravanThotakura05 opened this issue Jan 17, 2024 · 2 comments
Open

Handle BackPressure Reject in Outgoing Channel #29

SravanThotakura05 opened this issue Jan 17, 2024 · 2 comments

Comments

@SravanThotakura05
Copy link
Collaborator

Solace Implementation of back-pressure strategy reject uses a callback event which informs about publisher readiness when back-pressure limit for reject is restored to normal state. We need to use this to control the processing of published messages.

In current implementation we are using a SenderProcess class to read the stream of published messages. Publisher readiness should be tied up to this class so that messages are read from stream only when solace publisher is active.

@SravanThotakura05
Copy link
Collaborator Author

Hi @ozangunalp, added this issue for tracking. As we discussed we need to figure out a way to handle back-pressure reject scenario

@ozangunalp
Copy link
Collaborator

Thanks @SravanThotakura05. It summarizes the issue very well.

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

No branches or pull requests

2 participants