Skip to content

Commit

Permalink
updated configref
Browse files Browse the repository at this point in the history
  • Loading branch information
trauter committed Apr 13, 2020
1 parent da6cf33 commit 82ecdf6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/includes/settingref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,25 @@ exists, e.g. when starting a new consumer for the first time.
Options include 'earliest', 'latest', 'none'.


.. setting:: consumer_group_instance_id

``consumer_group_instance_id``
------------------------------

.. versionadded:: 2.1

:type: :class:`str`
:default: :const:`None`
:environment: :envvar:`CONSUMER_GROUP_INSTANCE_ID`

Consumer group instance id.

The group_instance_id for static partition assignment.

If not set, default assignment strategy is used. Otherwise,
each consumer instance has to have a unique id.


.. setting:: ConsumerScheduler

``ConsumerScheduler``
Expand Down

0 comments on commit 82ecdf6

Please sign in to comment.