commit
******


Description
===========

Provides a mechanism to manually commit offsets, if not using commit-
on-get consumer semantics. This commits offsets assicated with the
provided cursor, extends the timeout on each of the affected
partitions, and returns an updated cursor.

The top level --endpoint parameter must be supplied for this
operation.


Usage
=====

   oci streaming stream group commit [OPTIONS]


Options
=======


--stream-id [text]
------------------

The OCID of the stream for which the group is committing offsets.
[required]


--cursor [text]
---------------

The group-cursor representing the offsets of the group. This cursor is
retrieved from the CreateGroupCursor API call. [required]


--from-json [text]
------------------

Provide input to this command as a JSON document from a file.

Options can still be provided on the command line. If an option exists
in both the JSON document and the command line then the command line
specified value will be used


-?, -h, --help
--------------

For detailed help on any of these individual commands, enter <command>
--help.
