4989 Commits (0b1a118f45418aba6af03e71e7169e38cb3ec9af)
 

Author SHA1 Message Date
Jason Gustafson 7421f9dce2
KAFKA-6773; Allow offset commit/fetch/describe/delete with empty groupId (#4851) 7 years ago
Colin Patrick McCabe e4d652befe MINOR: Fix AsyncProducerTest bug that hits when logging is turned up (#4450) 7 years ago
Jimin Hsieh 83a9e04c19 MINOR: Fix doc - `FileMessageSet` was replaced by `FileRecords` (#4852) 7 years ago
Jorge Quilcate Otoya 6a99da87ab KAFKA-6058: KIP-222; Add Consumer Group operations to Admin API 7 years ago
Manikumar Reddy O 47918f2d79 KAFKA-6447: Add Delegation Token Operations to KafkaAdminClient (KIP-249) (#4427) 7 years ago
Manikumar Reddy O e29fa9a4ca KAFKA-6752: Enable unclean leader election metric (#4838) 7 years ago
Colin Patrick McCabe 4223ef6106 MINOR: Add NullPayloadGenerator to Trogdor (#4844) 7 years ago
Manikumar Reddy O 5e277e5579 KAFKA-4883: handle NullPointerException while parsing login modue control flag (#4849) 7 years ago
Rajini Sivaram 79c6f7cd9a
MINOR: Move creation of quota callback to ensure single instance (#4848) 7 years ago
Magnus Edenhill e490a90625 Make [Config]Resource.toString() consistent with existing code (#4845) 7 years ago
Anna Povzner 989fe0497e Kafka-6693: Added consumer workload to Trogdor (#4775) 7 years ago
Jason Gustafson 0a8f35b684
KAFKA-6768; Transactional producer may hang in close with pending requests (#4842) 7 years ago
Ismael Juma e6b4d17c59
MINOR: Java 10 fixes so that the build passes (#4839) 7 years ago
Benedict Jin 37efc79eb8 MINOR: Remove magic number and extract Pattern instance from method as class field (#4799) 7 years ago
Colin Patrick McCabe 40183e3156 KAFKA-6688. The Trogdor coordinator should track task statuses (#4737) 7 years ago
Ismael Juma fedac0cea7 MINOR: Mention leader in a few follower/controller log messages (#4835) 7 years ago
Matthias J. Sax 0c0d8363e5
KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 (#4779) 7 years ago
Rajini Sivaram 77ebd32016
KAFKA-6576: Configurable Quota Management (KIP-257) (#4699) 7 years ago
Anna Povzner da32db9f34 Trogdor: Added commonClientConf and adminClientConf to workload specs (#4757) 7 years ago
tedyu ac542c9a83 KAFKA-6747 Check whether there is in-flight transaction before aborting transaction (#4826) 7 years ago
fredfp 3abd410708 KAFKA-6748: double check before scheduling a new task after the punctuate call (#4827) 7 years ago
Manikumar Reddy O ed2f10e050 MINOR: Update max.connections.per.ip.overrides config docs (#4819) 7 years ago
Manikumar Reddy O 77c79df396 KAFKA-6741: Disable Selector's idle connection timeout in testNetworkThreadTimeRecorded() test (#4824) 7 years ago
Colin Patrick McCabe 63642d6051 KAFKA-6694: The Trogdor Coordinator should support filtering task responses (#4741) 7 years ago
Rajini Sivaram 9f8c3167eb
KAFKA-4292: Configurable SASL callback handlers (KIP-86) (#2022) 7 years ago
Chia-Ping Tsai 53d4267c59 MINOR: Don’t send the DeleteTopicsRequest for invalid topic names (#4763) 7 years ago
John Roesler d5db4e9b80 MINOR: fix streams test-utils dependencies (#4821) 7 years ago
Guozhang Wang 9313e18fbb
KAFKA-6560: Use single query for getters as well (#4814) 7 years ago
Dhruvil Shah 719a21f7c9 KAFKA-6739; Ignore headers when down-converting from V2 to V0/V1 (#4813) 7 years ago
khairy 1815e01188 MINOR: Refactor return value (#4810) 7 years ago
Randall Hauch d9369de8f2 KAFKA-6728: Corrected the worker’s instantiation of the HeaderConverter 7 years ago
Ewen Cheslack-Postava 67077ebbcf MINOR: Make kafka-streams-test-utils dependencies work with releases tarballs 7 years ago
Manikumar Reddy O e4c8e3e758 MINOR: Add Timed wait to SslTransportLayerTest.testNetworkThreadTimeRecorded (#4811) 7 years ago
Viktor Somogyi 1dc30272e1 KAFKA-5674; Reduce max.connections.per.ip minimum to 0 (#3610) 7 years ago
Jason Gustafson 8662a022c4
MINOR: Fix partition loading checks in GroupCoordinator (#4788) 7 years ago
huxi b8f8ce4146 KAFKA-6731: waitOnState should check the state to be the target start. (#4808) 7 years ago
ro7m ac4374dc24 KAFKA-6732: Fix Streams doc ref link (#4806) 7 years ago
Guozhang Wang 2e5d4af83f
MINOR: refactor error message of task migration (#4803) 7 years ago
Nick Travers 4106cb1db1 KAFKA-4914: Partition reassignment tool should check types before persisting state in ZooKeeper (#2708) 7 years ago
gitlw 2ef6ee2338 KAFKA-6630: Speed up the processing of TopicDeletionStopReplicaResponseReceived events on the controller (#4668) 7 years ago
JieFang.He fc0d0021cc KAFKA-6707: The default value for config of Type.LONG should be *L (#4762) 7 years ago
JieFang.He cb7cf7c5a7 KAFKA-6702: Wrong className in LoggerFactory.getLogger method (#4772) 7 years ago
Bill Bejeck 29838c1042 HOTFIX: ignoring tests using old versions of Streams until KIP-268 is merged (#4766) 7 years ago
Ismael Juma 77b840b7c4
MINOR: Downgrade to Gradle 4.5.1 (#4791) 7 years ago
Guozhang Wang 28f1fc2f55
MINOR: Change getMessage to toString (#4790) 7 years ago
John Roesler 659fbb0b06 MINOR: Depend on streams:test-utils for streams and examples tests (#4760) 7 years ago
Alex D dd7011783f KAFKA-6724; ConsumerPerformance should not always reset to earliest offsets (#4787) 7 years ago
huxi 5d5a2ce4bb KAFKA-6716: Should close the `discardChannel` in MockSelector#completeSend (#4783) 7 years ago
Ismael Juma 9baa9bddba MINOR: Update Jackson to 2.9.5 (#4776) 7 years ago
Ismael Juma 281dbfd981
MINOR: LogCleaner.validateReconfiguration fixes (#4770) 7 years ago