Updating a Consumer Group

Change the current location of a consumer group in the Streaming service, resetting the processing location of all consumers (instances) to a particular location in the stream. A consumer group is a set of instances that coordinate to consume messages from all partitions in a stream.

For more information about consumer groups, see Using Consumer Groups.
  • This task can't be performed using the Console.
  • Use the oci streaming stream group update command and required parameters to update a consumer group:

    oci streaming stream group update --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 UpdateGroup operation to update the consumer group.