Versions Compared

Key

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

...

Previously the org.apache.kafka.clients.admin.KafkaAdminClient#removeMembersFromConsumerGroup only support to remove members by specifying the groupInstanceId, which means it only support remove removal of static members, so the memberId is added to support removing dynamic members . Since there are two String fields now, new constructor is added helpers are added and the old constructor will be deprecated.

...