Getting the Current State of a Consumer Group
Get the current state of a consumer group in the Streaming service. A consumer group is a set of instances which coordinate to consume messages from all partitions in a stream.
This task can't be performed using the Console. Use the oci streaming stream group get command and required parameters to get the current state of a consumer group:
oci streaming stream group get --stream-id <stream_OCID> --group-name <group_name>
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetGroup operation to get the current state of the consumer group.