6298 Commits (59d3a56740a8c668ff8151b88d00c7adc371a50c)
 

Author SHA1 Message Date
A. Sophie Blee-Goldman 59d3a56740 Minor: Replace InternalTopicMetadata with InternalTopicConfig (#6886) 6 years ago
Jason Gustafson 0e95c9f3a8
KAFKA-8400; Do not update follower replica state if the log read failed (#6814) 6 years ago
Boyang Chen fb1f74958d KAFKA-8386; Use COORDINATOR_NOT_AVAILABLE error when group is Dead (#6762) 6 years ago
Almog Gavra 8e161580b8 KAFKA-8305; Support default partitions & replication factor in AdminClient#createTopic (KIP-464) (#6728) 6 years ago
Colin Patrick McCabe b6d9e15223
MINOR: Update docs to say 2.3 (#6881) 6 years ago
David Arthur 264d1d8a8b
Improve logging in the consumer for epoch updates (#6879) 6 years ago
Colin P. Mccabe e6563aab72 KAFKA-4893; Fix deletion and moving of topics with long names 6 years ago
Boyang Chen 055c9c7bd6 KAFKA 8311: better handle timeout exception on Stream thread (#6662) 6 years ago
Matthias J. Sax ba3dc49437
KAFKA-8155: Add 2.2.0 release to system tests (#6597) 6 years ago
Hai-Dang Dam 1a3fe9aa52 KAFKA-8404: Add HttpHeader to RestClient HTTP Request and Connector REST API (#6791) 6 years ago
Guozhang Wang 573152dfa8
HOTFIX: Allow multi-batches for old format and no compression (#6871) 6 years ago
Konstantine Karantasis 55d07e717e KAFKA-8473: Adjust Connect system tests for incremental cooperative rebalancing (#6872) 6 years ago
cadonna 17712b96c8 KAFKA-6819: Pt. 1 - Refactor thread-level Streams metrics (#6631) 6 years ago
José Armando García Sancio 45fae33937 KAFKA-8383; Integration tests for unclean `electLeaders` (#6857) 6 years ago
Randall Hauch ce008e72de KAFKA-8475: Temporarily restore SslFactory.sslContext() helper 6 years ago
Konstantine Karantasis 3c7c988e39 KAFKA-8449: Restart tasks on reconfiguration under incremental cooperative rebalancing (#6850) 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
Konstantine Karantasis 17345b3be5 KAFKA-8463: Fix redundant reassignment of tasks when leader worker leaves (#6859) 6 years ago
Boyang Chen 87d493f072 KAFKA-8446: Kafka Streams restoration crashes with NPE when the record value is null (#6842) 6 years ago
Guozhang Wang 529a5a502e
MINOR: Reordering the props modification with configs construction 6 years ago
Florian Hussonnois 78c55c8d66 KAFKA-6958: Overload KStream methods to allow to name operation name using the new Named class (#6411) 6 years ago
Lifei Chen 5795675599 MINOR:Replace duplicated code with common function in utils (#6819) 6 years ago
John Roesler efa6410611 KAFKA-8199: Implement ValueGetter for Suppress (#6781) 6 years ago
Guozhang Wang a4c0b1841a
KAFKA-8389: Remove redundant bookkeeping from MockProcessor (#6761) 6 years ago
Matthias J. Sax 55bfea1378
KAFKA-8155: Add 2.1.1 release to system tests (#6596) 6 years ago
Alex Diachenko 77a9a108ff KAFKA-8418: Wait until REST resources are loaded when starting a Connect Worker. (#6840) 6 years ago
Matthias J. Sax 77e6e8ec05
KAFKA-6455: Update integration tests to verify result timestamps (#6751) 6 years ago
Jason Gustafson fd9a20e416
KAFKA-8429; Handle offset change when OffsetForLeaderEpoch inflight (#6811) 6 years ago
Lifei Chen 9f1ce60a9c KAFKA-8187: Add wait time for other thread in the same jvm to free the locks (#6818) 6 years ago
A. Sophie Blee-Goldman 932a1b7d7e MINOR: Extend RocksDB section of Memory Management Docs (#6793) 6 years ago
A. Sophie Blee-Goldman 91ccbca4c2 [MINOR] Improve docs for Global Store operations (#6803) 6 years ago
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