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
Messages in a stream can become useless at some point for an application, until another point in the stream. The application should be able to set an offset and get messages up to this point.
Provide an API (Context in MessageHandler or the Consumer interface itself) to fast-forward the subscription to a given offset.
Messages in a stream can become useless at some point for an application, until another point in the stream. The application should be able to set an offset and get messages up to this point.
Provide an API (
Context
inMessageHandler
or theConsumer
interface itself) to fast-forward the subscription to a given offset.See #78 for background.
The text was updated successfully, but these errors were encountered: