6366 Commits (cfea95343dfe9f297bceb98676b7bc04e5035776)
 

Author SHA1 Message Date
Viktor Somogyi e82e2e723a KAFKA-7703; position() may return a wrong offset after seekToEnd (#6407) 6 years ago
Alex Diachenko 4838855ea7 MINOR: Fix red herring when ConnectDistributedTest.test_bounce fails. (#6838) 6 years ago
Bill Bejeck f249956390
MINOR: Account for different versions in upgrade (#6835) 6 years ago
cadonna e7da042d76 MINOR: Rename unit test class for `MeteredTimestampedWindowStore` (#6826) 6 years ago
José Armando García Sancio 121308cc7a KAFKA-8286; Generalized Leader Election Admin RPC (KIP-460) (#6686) 6 years ago
Jason Gustafson 348e5d738f
MINOR: Fix transient failure in PartitionTest.testAddAndRemoveMetrics (#6834) 6 years ago
cadonna da6063be4f MINOR: Add unit tests to verify setting of serdes in timestamped key-value store (#6825) 6 years ago
Stanislav Kozlovski efeefa5d18 MINOR: Check invalid bootstrap-server, alter option and config flags before checking for the required --partitions flag (#6786) 6 years ago
Guozhang Wang 592410fc58
KAFKA-8428: Always require a single batch with un- / compressed messages (#6816) 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
Jason Gustafson 4a3c92bfc7
MINOR: Remove redundant checkpoint thread started field in ReplicaManager (#6813) 6 years ago
Matthias J. Sax 88619b7dd8
MINOR: improve error message for Serde type miss match (#6801) 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
cadonna 94195f8643 HOTFIX: Fix wrong setting of Serde in `MeteredTimestampWindowStore` (#6808) 6 years ago
Boyang Chen 27943e3987 KAFKA-8219: add doc changes for static membership release (#6790) 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 6afb0ca735
KAFKA-8351; Cleaner should handle transactions spanning multiple segments (#6722) 6 years ago
Jason Gustafson a1808962e5 KAFKA-8422; Client should send OffsetForLeaderEpoch only if broker supports latest version (#6806) 6 years ago
Rohan 5ecac84cd8 MINOR: Fix `toString` NPE in tableProcessorNode (#6807) 6 years ago
soondenana 46a02f3231 KAFKA-8341. Retry Consumer group operation for NOT_COORDINATOR error (#6723) 6 years ago
A. Sophie Blee-Goldman 105264b5cd MINOR: Updated configuration docs with RocksDBConfigSetter#close (#6784) 6 years ago
Matthias J. Sax d286051a21
MINOR: fix Streams version-probing system test (#6764) 6 years ago
Lee Dongjin eefb25d4ca MINOR: Fix a few compiler warnings (#6767) 6 years ago
Matthias J. Sax 7df79e1508
MINOR: add Kafka Streams upgrade notes for 2.3 release (#6758) 6 years ago
Ismael Juma 6913290172
MINOR: Update jackson to 2.9.9 (#6798) 6 years ago
Ismael Juma c823f32070 MINOR: Add 2.0, 2.1 and 2.2 to broker and client compat tests 6 years ago
Jason Gustafson 3696b9882d
KAFKA-8371: Remove dependence on ReplicaManager from Partition (#6705) 6 years ago
Chris Egerton 5351efe48a KAFKA-8407: Fix validation of class and list configs in connector client overrides (#6789) 6 years ago
Konstantine Karantasis 68a3eb373b KAFKA-8415: Interface ConnectorClientConfigOverridePolicy needs to be excluded from class loading isolation (#6796) 6 years ago
Konstantine Karantasis c6d083d7fc KAFKA-8417: Remove redundant network definition --net=host when starting testing docker containers (#6797) 6 years ago
Guozhang Wang 4574b2438a
MINOR: Remove checking on original joined subscription within handleAssignmentMismatch (#6782) 6 years ago
sdreynolds 89f331eac3 KAFKA-8229; Reset WorkerSinkTask offset commit interval after task commit (#6579) 6 years ago
Jason Gustafson 5f06999cf3
MINOR: Remove ControllerEventManager metrics on close (#6788) 6 years ago
Boyang Chen cafdc1e7df KAFKA-8399: bring back internal.leave.group.on.close config for KStream (#6779) 6 years ago
Manikumar Reddy 5ca6a2ee94 MINOR: Use `jps` cmd to find out the pid of TransactionalMessageCopier 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
Jason Gustafson ce5ce2d569
MINOR: A few logging improvements in the broker (#6773) 6 years ago
Rajini Sivaram 012880d424
KAFKA-8052; Ensure fetch session epoch is updated before new request (#6582) 6 years ago
John Roesler 3b5d7aee6c KAFKA-8315: fix the JoinWindows retention deprecation doc (#6664) 6 years ago
Magesh Nandakumar 126230dad0 KAFKA-8265: Fix override config name to match KIP-458. (#6776) 6 years ago
Manikumar Reddy d77bac1c93 KAFKA-3143: Controller should transition offline replicas on startup 6 years ago
Colin Hicks a420abf2db MINOR: Work around OpenJDK 11 javadocs issue. (#6747) 6 years ago
Colin Patrick McCabe 87ff83a82e
MINOR: Bump version to 2.4.0-SNAPSHOT (#6774) 6 years ago
Magesh Nandakumar 7d70133b75 KAFKA-8265: Fix config name to match KIP-458. (#6755) 6 years ago
Lee Dongjin b43f5446ac KAFKA-8316; Remove deprecated usage of Slf4jRequestLog, SslContextFactory (#6668) 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
Bill Bejeck 11a8a8d274
KAFKA-8290: Close producer for zombie task (#6636) 6 years ago