Andrew Schofield

Results 5 issues of Andrew Schofield

This is the initial version of the share group consumer client code. It implements the complete ShareConsumer interface. There are unit tests, but not integration tests yet since those would...

When KIP-714 was developed, the entity type of `client-metrics` was added to the `kafka-configs.sh` tool. The idea was to have two forms of specifying the name and type of a...

This PR ensures that using the various group RPCs work properly when issued against the wrong type of group, such as DescribeConsumerGroups for a share group, or ConsumerGroupHeartbeat for a...

https://issues.apache.org/jira/browse/KAFKA-17671 This PR adds better documentation for using transactions using the Apache Kafka producer and consumer clients. ### Committer Checklist (excluded from commit message) - [ ] Verify design and...

docs
transactions
small

Finalise the share group SimpleAssignor for homogeneous subscriptions. The assignor code is much more accurate about the number of partitions assigned to each member, and the number of members assigned...

performance
KIP-932
ci-approved