1591 Commits (81900d0ba0a5839a1e5dc876897bab1c24b3bd94)

Author SHA1 Message Date
Stanislav Kozlovski 81900d0ba0 KAFKA-8345: KIP-455 Protocol changes (part 1) (#7114) 5 years ago
Boyang Chen 74c90f46c3 KAFKA-8221; Add batch leave group request (#6714) 5 years ago
A. Sophie Blee-Goldman 69d86a197f KAFKA-8179: add public ConsumerPartitionAssignor interface (#7108) 5 years ago
John Roesler a8aedc85eb KAFKA-8696: clean up Sum/Count/Total metrics (#7057) 5 years ago
Boyang Chen f98e176746 KAFKA-8678; Fix leave group protocol bug in throttling and error response (#7101) 5 years ago
Andy Coates 2a133ba656 KAFKA-8454; Add Java AdminClient Interface (KIP-476) (#7087) 5 years ago
Boyang Chen e3524ef350 KAFKA-8435: replace delete groups request/response with automated protocol (#6860) 5 years ago
Bob Barrett 2e26a46358 KAFKA-8635; Skip client poll in Sender loop when no request is sent (#7085) 5 years ago
Jason Gustafson 53b10a37a4
MINOR: Fix api exception single argument constructor usage (#6956) 5 years ago
pkleindl ecf23b51b0 KAFKA-8024; Fix `UtilsTest` failure under non-english locales (#6351) 5 years ago
Rajini Sivaram d227f94048
KAFKA-8662; Fix producer metadata error handling and consumer manual assignment (#7086) 5 years ago
Bob Barrett ea814d7869 KAFKA-8614; Consistent naming for IncrementalAlterConfig and AlterConfig responses (#7022) 5 years ago
Boyang Chen 25f4e3c7d4 KAFKA-8643; Bring back public MemberDescription constructor (#7060) 5 years ago
Jason Gustafson ebb80f568d KAFKA-8653; Default rebalance timeout to session timeout for JoinGroup v0 (#7072) 5 years ago
Boyang Chen 4f5a5eb579 KAFKA-8424: replace ListGroups request/response with automated protocol (#6805) 5 years ago
Boyang Chen 65b044b200 KAFKA-8636; Add documentation change for max poll interval with static members (#7048) 5 years ago
Vikas Singh 38f86d139c MINOR: Use `Topic::isInternalTopic` instead of directly checking (#7047) 5 years ago
mmanna-sapfgl 99737588b6 KAFKA-3333: Adds RoundRobinPartitioner with tests (#6771) 5 years ago
Joel Hamill 3bb126dfbf MINOR: Fixes AK config typos (#7046) 5 years ago
Lee Dongjin 05cba28ca7 MINOR: A few cleanups and compiler warning fixes (#6986) 5 years ago
David Arthur 23beeea34b KAFKA-8443; Broker support for fetch from followers (#6832) 5 years ago
Colin Patrick McCabe 822abe47db
MINOR: WorkerUtils#topicDescriptions must unwrap exceptions properly (#6937) 5 years ago
Kamal Chandraprakash 3750898e20 MINOR: Improve group metadata unknown key version exception message (#7006) 5 years ago
Colin P. Mccabe 711c817254 KAFKA-8560; The Kafka protocol generator should support common structures 5 years ago
Boyang Chen f8db022b08 KAFKA-8538 (part of KIP-345): add group.instance.id to DescribeGroup (#6957) 5 years ago
Boyang Chen fbf6a76fc4 KAFKA-8356: add static membership info to round robin assignor (#6815) 5 years ago
Mickael Maison 14d854936e KAFKA-8390: Use automatic RPC generation in CreateDelegationToken (#6828) 5 years ago
Nathan Murthy 55707adaee MINOR: add unit test for Utils.murmur2 (#5926) 5 years ago
Guozhang Wang e5c4ebdd74
KAFKA-8179: Part 2, ConsumerCoordinator Algorithm (#6778) 5 years ago
Rajini Sivaram 7cb0a1ef4f MINOR: Reinstate info-level log for dynamic update of SSL keystores (#6925) 5 years ago
Ismael Juma 11641c7f53
MINOR: Reflection free implementation of `defaultKerberosRealm` (#6978) 5 years ago
Guozhang Wang 3e9d1c1411
KAFKA-8106: Skipping ByteBuffer allocation of key / value / headers in logValidator (#6785) 5 years ago
Karan Kumar 4d1d995a11 KAFKA-8563: Remove redundant `NetworkSend.sizeDelimit()` method (#6967) 5 years ago
Dhruvil Shah 5f8b2898ce KAFKA-8570; Grow buffer to hold down converted records if it was insufficiently sized (#6974) 5 years ago
Boyang Chen 03d61ebfb9 KAFKA-8569: integrate warning message under static membership (#6972) 5 years ago
wenhoujx 93bf965894 KAFKA-8559: Allocate ArrayList with correct size in PartitionStates (#6964) 5 years ago
Boyang Chen c7db82b59a MINOR: rename subscription construction function (#6954) 5 years ago
Boyang Chen 1ae92914e2 HOTFIX: Fix optional import in ConsumerCoordinator (#6953) 5 years ago
Boyang Chen 47f908fa73 KAFKA-8539; Add group.instance.id to Subscription (#6936) 5 years ago
Boyang Chen 1b9e107388 KAFKA-7853: Refactor coordinator config (#6854) 5 years ago
Colin P. Mccabe e047864f30 MINOR: fix some warnings in the broker 6 years ago
Guozhang Wang 2ef02f111e
KAFKA-8179: Part I, Bump up consumer protocol to v2 (#6528) 6 years ago
wenhoujx 35814298e1 KAFKA-8488: Reduce logging-related string allocation in FetchSessionHandler 6 years ago
Jason Gustafson 8dd4fb5ebe
KAFKA-8530; Check for topic authorization errors in OffsetFetch response (#6928) 6 years ago
Jason Gustafson af2801031c
KAFKA-8483/KAFKA-8484; Ensure safe handling of producerId resets (#6883) 6 years ago
highluck e2c15e0eeb MINOR: Remove uncommitted code (#6919) 6 years ago
Guozhang Wang bebcbe3a04
KAFKA-8487: Only request re-join on REBALANCE_IN_PROGRESS in CommitOffsetResponse (#6894) 6 years ago
Boyang Chen cca05cace4 KAFKA-8331: stream static membership system test (#6877) 6 years ago
Almog Gavra 8e161580b8 KAFKA-8305; Support default partitions & replication factor in AdminClient#createTopic (KIP-464) (#6728) 6 years ago
David Arthur 264d1d8a8b
Improve logging in the consumer for epoch updates (#6879) 6 years ago