958 Commits (b041c8d87deab536b262e6260334b5bda1d896c8)

Author SHA1 Message Date
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
Colin P. Mccabe bf34a5b740 KAFKA-5737; KafkaAdminClient thread should be daemon 7 years ago
Rajini Sivaram 21ea4b1d2a KAFKA-5595; Ensure client connection ids are not reused too quickly 7 years ago
Jason Gustafson 8265a43897 MINOR: Safer handling of requests prior to SASL authentication 7 years ago
Ismael Juma f4dc5ac15c MINOR: AdminClient should register with `AppInfoParser` 7 years ago
Colin P. Mccabe c9ffab1622 KAFKA-5658; Fix AdminClient request timeout handling bug resulting in continual BrokerNotAvailableExceptions 7 years ago
huxihx 1cd86284e8 KAFKA-5700; Producer should not drop header information when splitting batches 7 years ago
Jason Gustafson 70796c3ca3 MINOR: Fix error response handler for controlled shutdown v0 7 years ago
Jason Gustafson 5a516fb28e KAFKA-2507 KAFKA-2959; Remove legacy ControlledShutdown request/response objects 7 years ago
Jiangjie Qin cd4c6c0183 KAFKA-5630; Consumer should block on corrupt records and keep throwing an exception 7 years ago
Jason Gustafson 3620035c45 KAFKA-5611; AbstractCoordinator should handle wakeup raised from onJoinComplete 7 years ago
radai-rosenblatt 47ee8e954d KAFKA-4602; KIP-72 - Allow putting a bound on memory consumed by Incoming requests 7 years ago
Dong Lin f15cdbc91b KAFKA-5627; Reduce classes needed for LeaderAndIsrPartitionState and MetadataPartitionState 7 years ago
Dong Lin fc93fb4b61 KAFKA-4763; Handle disk failure for JBOD (KIP-112) 7 years ago
ppatierno 6c6cf014f6 KAFKA-5481: ListOffsetResponse isn't logged in the right way with trace level enabled 7 years ago
Stephane Roset 4a7064d1ae KAFKA-5512; Awake the heartbeat thread when timetoNextHeartbeat is equal to 0 7 years ago
Vahid Hashemian 5bb53e034e KAFKA-5534; KafkaConsumer `offsetForTimes` result should include partitions with no offset 7 years ago
umesh chaudhary e0099e1f58 KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check 7 years ago
Paolo Patierno 1b8aed6dc5 MINOR: Implement ConfigEntry.toString() 7 years ago
Vahid Hashemian f87d58b796 MINOR: Code Cleanup 7 years ago
Vahid Hashemian 3bfc073f03 MINOR: Make 'Topic-Level Configs' a doc section for easier access 7 years ago
Ewen Cheslack-Postava fc0ea25025 MINOR: Add another common error case for CorruptRecordException's error message 7 years ago
Ismael Juma 454f0f1ca1 MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives 7 years ago
Rajini Sivaram 28c83d9667 KAFKA-5587; Remove channel only after staged receives are delivered 7 years ago
Rajini Sivaram cf94b188f1 MINOR: Use correct connectionId in SocketServer log message 7 years ago
Kamal C 342f34a199 MINOR: InFlightRequests#isEmpty(node) method corrected. 7 years ago
Jason Gustafson c4193cd1ad MINOR: Rename baseTimestamp to firstTimestamp to clarify usage 7 years ago
Ismael Juma a05a00e503 MINOR: Implement `toString` in some Validator instances 7 years ago