7255 Commits (56051e763965d439f11f20f876475732eed7b307)
 

Author SHA1 Message Date
Matthias J. Sax d3c7ef251a
KAFKA-9451: Update MockConsumer to support ConsumerGroupMetadata 5 years ago
Matthias J. Sax 71113b4aac
MINOR: Code cleanup to improve generic typing (#8251) 5 years ago
huxi b0fd308b2b
KAFKA-9344: Override default values inside ConsumerConfigs (#7876) 5 years ago
Anna Povzner 97fc6a5221
KAFKA-9658; Fix user quota removal (#8232) 5 years ago
A. Sophie Blee-Goldman 33f6e1a1cd
HOTFIX: Task#dirtyClose should not throw (#8258) 5 years ago
Chia-Ping Tsai fc9d91a632
KAFKA-9686: MockConsumer#endOffsets should be idempotent (#8255) 5 years ago
Guozhang Wang dcfb641add
KAFKA-9176: Do not update limit offset if we are in RESTORE_ACTIVE mode (#8235) 5 years ago
Ismael Juma cdd5ef3a50
MINOR: Remove throttling logic from RecordAccumulator (#7195) 5 years ago
A. Sophie Blee-Goldman 4b03d67e10
MINOR: Break up StreamsPartitionAssignor's gargantuan #assign (#8245) 5 years ago
Matthias J. Sax f081f3bd76
MINOR: Reset `streamTime` on clear (#8250) 5 years ago
Boyang Chen fe0b704285
KAFKA-9645: Fallback to unsubscribe during Task Migrated (#8220) 5 years ago
Tom Bentley 27755723c2
KAFKA-9663: Update JavaDocs to indicate `null` return values in KafkaStreams (#8228) 5 years ago
Matthias J. Sax e7f6c1e1a7
MINOR: fix ClassCastException handling (#8156) 5 years ago
Boyang Chen c67e8bc542
HOTFIX: fix StateManagerUtilTest and StreamTaskTest failures (#8247) 5 years ago
Guozhang Wang d3c067f35d
MINOR: Check store directory empty to decide whether throw task corrupted exception with EOS (#8180) 5 years ago
Andy Coates ca90a84801
KAFKA-9668: Iterating over KafkaStreams.getAllMetadata() results in ConcurrentModificationException (#8233) 5 years ago
Rajini Sivaram 6b419933a0
KAFKA-9662: Wait for consumer offset reset in throttle test to avoid losing early messages (#8227) 5 years ago
A. Sophie Blee-Goldman 674360f5b3
KAFKA-6145: Encode task positions in SubscriptionInfo (#8121) 5 years ago
John Roesler 78374a1549
KAFKA-9615: Clean up task/producer create and close (#8213) 5 years ago
David Arthur bd53249796
KAFKA-9661: Propagate includeSynonyms option to AdminClient in ConfigCommand (#8229) 5 years ago
Guozhang Wang 41f9d7a82b
MINOR: Add an extra check in StreamThreadTest (#8214) 5 years ago
Rajini Sivaram f35e6496aa
KAFKA-9632; Fix MockScheduler synchronization for safe use in Log/Partition tests (#8209) 5 years ago
Boyang Chen c2ec974e81
KAFKA-9618: Directory deletion failure leading to error task RocksDB open (#8186) 5 years ago
Guozhang Wang 69b670a444
KAFKA-8995: delete all topics before recreating (#8208) 5 years ago
Bill Bejeck d3f9cb5cd3
MINOR: Update year in NOTICE (#8207) 5 years ago
Manikumar Reddy 8dff0b168a Kafka 9626: Improve ACLAuthorizer.acls() performance 5 years ago
Bruno Cadonna ea0c027531
MINOR: Clean up process rate and latency metrics test (#8172) 5 years ago
Lee Dongjin 75268cb8e9 KAFKA-9327: Document GroupMetadata metrics 5 years ago
high.lee 285ad85ff7
MINOR: Fix test name typo in StoresTest (#8006) 5 years ago
Nikolay c07db1c7d9
KAFKA-9573: Fix VerifiableProducer and VerifiableConsumer to work with older Kafka versions (#8197) 5 years ago
A. Sophie Blee-Goldman a1f2ece323
KAFKA-9525: add enforceRebalance method to Consumer API (#8087) 5 years ago
Brian Bushree 72a5aa8b07
MINOR: add wait_for_assigned_partitions to console-consumer (#8192) 5 years ago
Ego 0d83894fec
MINOR: Double quote `CLASSPATH` to prevent shell glob expansion. (#8191) 5 years ago
Chia-Ping Tsai 0df03a681c
MINOR: Fix unrelated types comparison in MetadataRequestTest (#8195) 5 years ago
Guozhang Wang e0551acce4
KAFKA-9623: Keep polling until the task manager is no longer rebalancing in progress (#8190) 5 years ago
Boyang Chen ede07306a7
KAFKA-9620: Do not throw in the middle of consumer user callbacks (#8187) 5 years ago
Matthew Wong 294b62963b
throttle consumer timeout increase (#8188) 5 years ago
Ismael Juma 52f36d1987
MINOR: Revert Jetty to 9.4.25 (#8183) 5 years ago
Bruno Cadonna d2c42125aa
Adapt docs about metrics of Streams according to KIP-444 (#8171) 5 years ago
Boyang Chen 399d18fd8e
HOTFIX: testInitTransactionTimeout should use prepareResponse instead of respond (#8179) 5 years ago
Agam Brahma fb5bd9eb7c
HOTFIX: fix failing test PlaintextAdminIntegrationTest.testElectPreferredLeaders (#8178) 5 years ago
Boyang Chen bafdf8630e
KAFKA-9607: Do not clear partition queues during close (#8168) 5 years ago
Bruno Cadonna 39d5534f8d
MINOR: Remove tag from metric to measure process-rate on source nodes (#8175) 5 years ago
Boyang Chen a983545d3c
KAFKA-9610: do not throw illegal state when remaining partitions are not empty (#8169) 5 years ago
Guozhang Wang dfef2a3ec2
KAFKA-9614: Not initialize topology twice in StreamTask (#8173) 5 years ago
Chris Egerton b9e3fa2322
KAFKA-9601: Stop logging raw connector config values (#8165) 5 years ago
John Roesler 7d6d386c4c
MINOR: Fix gradle error writing test stdout (#8133) 5 years ago
Manikumar Reddy 922a95a18d KAFKA-9594: Add a separate lock to pause the follower log append while checking if the log dir could be replaced. 5 years ago
Chia-Ping Tsai c1784947cd
HOTFIX: compile error in EmbeddedKafkaCluster (#8170) 5 years ago
Boyang Chen 0dc0b71d5d
KAFKA-9602: Close the stream internal producer only in EOS (#8166) 5 years ago