1035 Commits (5f779ca3f38a1149aea1219ed4a91c677955101d)

Author SHA1 Message Date
James Cheng b12ba240e9 MINOR: Fix testUniqueErrorCodes unit test failure 7 years ago
Tom Bentley 5f6393f9b1 KAFKA-5856; Add AdminClient.createPartitions() (KIP-195) 7 years ago
Apurva Mehta 94692288be KAFKA-5793; Tighten up the semantics of the OutOfOrderSequenceException 7 years ago
Vahid Hashemian 69d2a17710 KAFKA-5854; Handle SASL authentication failures as non-retriable exceptions in clients 7 years ago
Matthias J. Sax bd0146d984 MINOR: various random minor fixes and improve KafkaConsumer JavaDocs 7 years ago
Ismael Juma 80e0af50d9 MINOR: Only include transactional id in LogContext if it's set 7 years ago
Ismael Juma 92c06cbad5 MINOR: Protocol schema refactor follow-up 7 years ago
Jason Gustafson 0cf7708007 MINOR: Move request/response schemas to the corresponding object representation 7 years ago
Mickael Maison 4ac7c48e91 MINOR: Fix KafkaConsumer.commitSync() javadoc @throws declarations 7 years ago
Rajini Sivaram a339a387e0 MINOR: Add metric templates for sender/fetcher rate totals 7 years ago
Apurva Mehta 6055c74989 MINOR: Disable KafkaAdminClientTest.testHandleTimeout 7 years ago
Rajini Sivaram 8fca432223 KAFKA-4764; Wrap SASL tokens in Kafka headers to improve diagnostics (KIP-152) 7 years ago
Apurva Mehta 5d2422258c KAFKA-5494; Enable idempotence with max.in.flight.requests.per.connection > 1 7 years ago
Rajini Sivaram 8a5e866605 KAFKA-5738; Add cumulative count for rate metrics (KIP-187) 7 years ago
Ismael Juma dfd625daa3 MINOR: Remove unused SecurityProtocol.TRACE 7 years ago
Jason Gustafson 2656659e0d MINOR: Update TransactionManager to use LogContext 7 years ago
Vahid Hashemian a0ad9f156a MINOR: Fix LogContext message format in KafkaProducer 7 years ago
Jason Gustafson 3b5d88febb KAFKA-5783; Add KafkaPrincipalBuilder with support for SASL (KIP-189) 7 years ago
Rajini Sivaram 9ed8bf273c KAFKA-5872; Fix transient failure in SslSelectorTest.testMuteOnOOM 7 years ago
Bryan Baugher 1f5bc11cc0 MINOR: Implement toString for NetworkClient#InFlightRequest 7 years ago
Andrey Dyachkov 9bb06c3eef KAFKA-5763; Use LogContext in NetworkClient, Selector and broker 7 years ago
Rajini Sivaram 3728f4cd96 MINOR: Fix transient failure in SelectorTest.testCloseConnectionInClosingState 7 years ago
Colin P. Mccabe ae4100f82c KAFKA-5792; Fix Transient failure in KafkaAdminClientTest.testHandleTimeout 7 years ago
Rajini Sivaram 6ebd9d35fc KAFKA-5790, KAFKA-5607; Improve error handling in SocketServer to avoid issues later 7 years ago
Erik Kringen ee4e4c8cb3 KAFKA-5656; Support bulk attributes request on KafkaMbean where some attributes do not exist 7 years ago
Mickael Maison b07435638d MINOR: Fixed StickyAssignor javadoc formatting 7 years ago
Ismael Juma 07a428e0c8 MINOR: Always specify the keystore type in system tests 7 years ago
Attila Kreiner 23d01c805b KAFKA-5726; KafkaConsumer.subscribe() overload that takes just Pattern 7 years ago
James Cheng 2fb5664bf4 KAFKA-5597: Autogenerate producer sender metrics 7 years ago
Matthias J. Sax 752e531741 KAFKA-5603; Don't abort TX for zombie tasks 7 years ago
Dong Lin adefc8ea07 KAFKA-5694; Add AlterReplicaDirRequest and DescribeReplicaDirRequest (KIP-113 part-1) 7 years ago
Colin P. Mccabe b2a328daf2 KAFKA-5659; Fix error handling, efficiency issue in AdminClient#describeConfigs 7 years ago
Rajini Sivaram 47c2753496 MINOR: Test SASL authorization id 7 years ago
Manikumar Reddy 9836adc732 KAFKA-2105; Check for null in KafkaProducer.partitionsFor 7 years ago
Kamal C 10cb534c8b KAFKA-5762; Refactor AdminClient to use LogContext 7 years ago
Colin P. Mccabe 7ae02a69c4 KAFKA-5720; Fix AdminClientIntegrationTest#testCallInFlightTimeouts 7 years ago
Jeremy Custenborder b01fcc3b89 KAFKA-5620: Expose the ClassCastException as the cause for the SerializationException in KafkaProducer 7 years ago
Colin P. Mccabe 0772fde562 KAFKA-5776; Add the Trogdor fault injection daemon 7 years ago
huxihx 607c3c21f6 KAFKA-5755; KafkaProducer should be refactored to use LogContext 7 years ago
Jason Gustafson c4d629a0b3 MINOR: Consolidate broker request/response handling 7 years ago
Rajini Sivaram e6164ec611 MINOR: Fix transient failure in SocketServerTest.testConnectionIdReuse 7 years ago
Jason Gustafson 71417552c7 KAFKA-5342; Clarify producer fatal/abortable errors and fix inconsistencies 7 years ago
dongeforever ea21752a79 KAFKA-5417; Fix Selector's handling of some failures during prepare 7 years ago
Manikumar Reddy 6cf92a253b KAFKA-4856; Synchronize registerAppInfo and unregisterAppInfo 7 years ago
Kamal C 0b0819ba05 MINOR: Typographical error corrected in the StreamsBuilder Javadoc. 7 years ago
Ismael Juma 8a5a84dc67 KAFKA-5753; ShellTest.testRunProgramWithErrorReturn fails on macOS 7 years ago
Jason Gustafson 6896f1ddb7 MINOR: Ensure consumer logging has clientId/groupId context 7 years ago
Ismael Juma ed96523a2c KAFKA-4501; Java 9 compilation and runtime fixes 7 years ago
Colin P. Mccabe a4720b25a3 KAFKA-5744; ShellTest: add tests for attempting to run nonexistent program, error return 7 years ago
Jason Gustafson 334a30bcff KAFKA-5730; Consumer should invoke async commit callback before sync commit returns 7 years ago