Versions Compared

Key

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

...

We shall use new JoinGroupResponseMember struct to replace the current subscription struct.

Code Block
languagejava
titleConsumerCoordinator.java
Map<String, ByteBuffer> allSubscriptions -> List<JoinGroupResponseData.JoinGroupResponseMember> allSubscriptions;

...