1547 Commits (e54ab292e7e2fd1d18e82387a586969ba57eb7ea)

Author SHA1 Message Date
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
Boyang Chen 055c9c7bd6 KAFKA 8311: better handle timeout exception on Stream thread (#6662) 6 years ago
Guozhang Wang 573152dfa8
HOTFIX: Allow multi-batches for old format and no compression (#6871) 6 years ago
Randall Hauch ce008e72de KAFKA-8475: Temporarily restore SslFactory.sslContext() helper 6 years ago
tadsul b042b36674 KAFKA-8426; Fix for keeping the ConfigProvider configs consistent with KIP-297 (#6750) 6 years ago
tadsul 2c810e4afb KAFKA-8425: Fix for correctly handling immutable maps (KIP-421 bug) (#6795) 6 years ago
Lifei Chen 5795675599 MINOR:Replace duplicated code with common function in utils (#6819) 6 years ago
Jason Gustafson fd9a20e416
KAFKA-8429; Handle offset change when OffsetForLeaderEpoch inflight (#6811) 6 years ago
Viktor Somogyi e82e2e723a KAFKA-7703; position() may return a wrong offset after seekToEnd (#6407) 6 years ago
José Armando García Sancio 121308cc7a KAFKA-8286; Generalized Leader Election Admin RPC (KIP-460) (#6686) 6 years ago
Boyang Chen 051379ea5d KAFKA-8430: unit test to make sure null `group.id` and valid `group.instance.id` are valid combo (#6830) 6 years ago
Boyang Chen 901eb36883 MINOR: Set default `group.instance.id` in JoinGroupResponse to null (#6831) 6 years ago
Colin Patrick McCabe 24f664aa16
MINOR: Auth operations must be null when talking to a pre-KIP-430 broker (#6812) 6 years ago
Jason Gustafson e6057e5038
KAFKA-8437; Await node api versions before checking if offset validation is possible (#6823) 6 years ago
Jason Gustafson a1808962e5 KAFKA-8422; Client should send OffsetForLeaderEpoch only if broker supports latest version (#6806) 6 years ago
soondenana 46a02f3231 KAFKA-8341. Retry Consumer group operation for NOT_COORDINATOR error (#6723) 6 years ago
Guozhang Wang 4574b2438a
MINOR: Remove checking on original joined subscription within handleAssignmentMismatch (#6782) 6 years ago
Boyang Chen cafdc1e7df KAFKA-8399: bring back internal.leave.group.on.close config for KStream (#6779) 6 years ago
Jason Gustafson 4f11090597
HOTFIX: Fix recent protocol breakage from KIP-345 and KIP-392 (#6780) 6 years ago
David Arthur bacb45e044 MINOR: Set `replicaId` for OffsetsForLeaderEpoch from followers (#6775) 6 years ago
Rajini Sivaram 012880d424
KAFKA-8052; Ensure fetch session epoch is updated before new request (#6582) 6 years ago
Magesh Nandakumar 7d70133b75 KAFKA-8265: Fix config name to match KIP-458. (#6755) 6 years ago
Rajini Sivaram 614ea55ad7
KAFKA-8381; Disable hostname validation when verifying inter-broker SSL (#6757) 6 years ago
Stanislav Kozlovski 5a30a806ec MINOR: Add log when the consumer does not send an offset commit due to not being part of an active group (#6404) 6 years ago
Boyang Chen e00c0d316d MINOR: Fix typo in heartbeat request protocol definition (#6759) 6 years ago
Boyang Chen 9fa331b811 KAFKA-8225 & KIP-345 part-2: fencing static member instances with conflicting group.instance.id (#6650) 6 years ago
David Arthur e2847e8603 KAFKA-8365; Consumer and protocol support for follower fetching (#6731) 6 years ago
Shaobo Liu 64c2d49cf5 MINOR: Add test for ConsumerNetworkClient.trySend (#6739) 6 years ago
Rajini Sivaram 8de7d37724
KAFKA-8379; Fix KafkaAdminClientTest.testUnreachableBootstrapServer (#6753) 6 years ago
Magesh Nandakumar 2e91a310d7 KAFKA-8265: Initial implementation for ConnectorClientConfigPolicy to enable overrides (KIP-458) (#6624) 6 years ago
Konstantine Karantasis ce584a01ff KAFKA-5505: Incremental cooperative rebalancing in Connect (KIP-415) (#6363) 6 years ago
Jason Gustafson 26814e060e KAFKA-8376; Least loaded node should consider connections which are being prepared (#6746) 6 years ago
Mickael Maison 855f899bb5 KAFKA-8256; Replace Heartbeat request/response with automated protocol (#6691) 6 years ago
sandmannn b96aa003b6 MINOR: Added missing method parameter to `performAssignment` javadoc (#6744) 6 years ago
Boyang Chen 2208f9966d KAFKA-8354; Replace Sync group request/response with automated protocol (#6729) 6 years ago
Colin Patrick McCabe 0494cd329f
MINOR: Refactor SslFactory (#6674) 6 years ago
Rajini Sivaram 050fdd6537
KAFKA-8336; Enable dynamic reconfiguration of broker's client-side certs (#6721) 6 years ago
tadsul d92eb0d8d8 KIP-421: Support for resolving externalized secrets in AbstractConfig (#6467) 6 years ago
Chris Egerton e2f6a9c747 KAFKA-8363: Fix parsing bug for config providers (#6726) 6 years ago
Xiongqi Wu b86e8c1ea9 MINOR: add docs for KIP-354 KAFKA-7321 (#6724) 6 years ago
Jason Gustafson e4007a6408
KAFKA-8294; Batch StopReplica requests when possible and improve test coverage (#6642) 6 years ago
Guozhang Wang 63e4f67d9b
MINOR: Throw ProducerFencedException directly but with a new instance (#6717) 6 years ago
Xiongqi Wu 1fdc853301 KAFKA-7321: Add a Maximum Log Compaction Lag (KIP-354) (#6009) 6 years ago
Manikumar Reddy 5a8d74e151 KAFKA-6789; Handle retriable group errors in AdminClient API (#5578) 6 years ago
Bob Barrett a97e55b838 KAFKA-8332: Refactor ImplicitLinkedHashSet to avoid losing ordering when converting to Scala 6 years ago