Creating a Cursor

Create a cursor in the Streaming service. A cursor is a pointer to a location in a stream. This location could be a pointer to a specific offset or time in a partition, or to a group's current location. Use a cursor to consume a stream.

For information about using cursors, see Using Consumer Groups and Using Individual Consumers.