- Notifications
You must be signed in to change notification settings - Fork16
Open
Description
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.