Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added GroupType.SHARE

...

  • Altering the offsets for a share group resets the Share-Partition Start Offset for topic-partitions in the share group (share-partitions)
  • The members of a share group are not assigned partitions
  • A share group has only three states - EMPTYSTABLE and DEAD 

GroupType

Add another case to the org.apache.kafka.common.GroupType  enum:

Enum constantDescription
SHARE("share") Share group

Command-line tools

A new tool is added for working with share groups called kafka-share-groups.sh . It has the following options:

...