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
in MessageHandler
or the Consumer
interface itself) to fast-forward the subscription to a given offset.
See #78 for background.