Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So that EOS users could get refreshed group metadata as needed.

We also piggy-back a new constructor for easy state copying:

Code Block
languagejava
titleConsumerGroupMetadata.java
public ConsumerGroupMetadata(ConsumerGroupMetadata other);


To pass the information to broker, member.id, group.instance.id and generation.id field shall be added to `TxnOffsetCommitRequest`,  which makes txn offset commit fencing consistent with normal offset fencing. 

...