1035 Commits (5f779ca3f38a1149aea1219ed4a91c677955101d)

Author SHA1 Message Date
Jeff Widman c504b22841 MINOR: Fix typo in ConsumerCoordinator comment 7 years ago
Guozhang Wang d3f24798f9 KAFKA-5140: Fix reset integration test 7 years ago
tedyu 277fc927c0 KAFKA-6101; Reconnecting to broker does not exponentially backoff 7 years ago
Soenke Liebau 021f2e7e24 KAFKA-6104; Added unit tests for ClusterConnectionStates 7 years ago
Soenke Liebau 86cd558b33 MINOR: Changed visibility of methods in ClusterConnectionStates to private 7 years ago
Rajini Sivaram 9be71f7bdc MINOR: Use ObjectName.quote instead of URL-encoding for JMX metric tags 7 years ago
Ismael Juma 561dd3864d MINOR: Update docs with regards to max.in.flight and idempotent producer 7 years ago
Hugo Louro 7fdafda979 MINOR: Correct KafkaProducer Javadoc spelling of property 'max.in.flight.requests.per.connection' 7 years ago
Dong Lin 5cc162f30e KAFKA-5163; Support replicas movement between log directories (KIP-113) 7 years ago
Manikumar Reddy 9c346ddc72 KAFKA-4504; Clarify that retention.bytes is a partition level config 7 years ago
Jason Gustafson f931febc8c MINOR: A few javadoc fixes 7 years ago
Jacek Laskowski c2d9a2f307 MINOR: Include isolationLevel in toString of FetchRequest 7 years ago
Matthias J. Sax 9806c1b176 MINOR: add unit test for StateStoreSerdes 7 years ago
Ewen Cheslack-Postava 7d6ca52a27 MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 follow up) 7 years ago
Jason Gustafson 1027ff3c76 MINOR: Avoid some unnecessary collection copies in KafkaApis 7 years ago
Apurva Mehta 90b5ce3f04 KAFKA-6016; Make the reassign partitions system test use the idempotent producer 7 years ago
bartdevylder b411f57c1c KAFKA-6026; Fix for indefinite wait in KafkaFutureImpl 7 years ago
Jason Gustafson f4ac68a400 MINOR: Factor out some common group/transactional fields in request objects 7 years ago
Colin P. Mccabe 6d6080f136 KAFKA-5565: Add a broker metric specifying the number of consumer group rebalances in progress 7 years ago
Apurva Mehta 105ab47ed9 KAFKA-6015; Fix NPE in RecordAccumulator after ProducerId reset 7 years ago
Manikumar Reddy 10cd98cc89 KAFKA-5547; Return TOPIC_AUTHORIZATION_FAILED error if no describe access for topics 7 years ago
Guozhang Wang 196bcfca0c KAFKA-5576: RocksDB upgrade to 5.8, plus one bug fix on Bytes.wrap 7 years ago
Rajini Sivaram 51c652c40c KAFKA-6010; Relax record conversion time test to avoid build failure 7 years ago
Jakub Scholz ac7695c32a KAFKA-6008: Sanitize the app id before creating app id metric 7 years ago
Tom Bentley c6e5a32d04 KAFKA-5856; AdminClient.createPartitions() follow up 7 years ago
Ismael Juma 2a1b39ef1b MINOR: Simplify log cleaner and fix compiler warnings 7 years ago
Rajini Sivaram 9949e1ed1b KAFKA-6004; Allow authentication providers to override error message 7 years ago
Jason Gustafson 5383f9bed0 MINOR: Use SecurityProtocol in AuthenticationContext 7 years ago
Ismael Juma 28aaba2818 MINOR: Java 9 version handling improvements 7 years ago
Manikumar Reddy 42b356500b KAFKA-6005; Reject JoinGroup request from first member with empty protocol type/protocol list 7 years ago
Dong Lin a1a5e93beb KAFKA-5995; Rename AlterReplicaDir to AlterReplicaDirs 7 years ago
Ismael Juma 4f4f995325 KAFKA-5746; Return 0.0 from Metric.value() instead of throwing exception 7 years ago
Ismael Juma 177dd7f210 KAFKA-5746; Fix conversion count computed in `downConvert` 7 years ago
Jason Gustafson a86873be50 KAFKA-5957; Prevent second deallocate if response for aborted batch returns 7 years ago
Rajini Sivaram 021d8a8e96 KAFKA-5746; Add new metrics to support health checks (KIP-188) 7 years ago
Randall Hauch 89ba0c1525 KAFKA-5901: Added Connect metrics specific to source tasks (KIP-196) 7 years ago
Kevin Lu 071f9fe1a2 MINOR: Use full package name when classes referenced in documentation 7 years ago
Jason Gustafson 2703fda52a KAFKA-5960; Follow-up cleanup 7 years ago
James Cheng 8e0e2a5b23 KAFKA-5597; Improve Metrics docs generation 7 years ago
Randall Hauch 73cc416664 KAFKA-5900: Add task metrics common to both sink and source tasks 7 years ago
Dong Lin 4e43a7231d MINOR: Improve documentation of AdminClient and fix exception thrown 7 years ago
Jason Gustafson 852297efd9 KAFKA-5960; Fix regression in produce version selection on old brokers 7 years ago
Apurva Mehta 8f90fd6530 KAFKA-5959; Fix NPE in Sender.canRetry when idempotence is not enabled 7 years ago
Rajini Sivaram d60f011d77 KAFKA-5920; Handle SSL handshake failures as authentication exceptions 7 years ago
Ismael Juma e554dc518e KAFKA-5915; Support unmapping of mapped/direct buffers in Java 9 7 years ago
Apurva Mehta ea533f0c5e KAFKA-5913; Add hasOffset() and hasTimestamp() methods to RecordMetadata 7 years ago
tedyu 690575ec46 MINOR: Follow-up improvements on top of KAFKA-5793 7 years ago
Mickael Maison c8c6ab6324 KAFKA-5735; KIP-190: Handle client-ids consistently 7 years ago
Ismael Juma a553764c8b KAFKA-5856; AdminClient.createPartitions() follow-up (KIP-195) 7 years ago
Rajini Sivaram 96ba21e0df KAFKA-5947; Handle authentication failure in admin client, txn producer 7 years ago