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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: