807 Commits (e28752357705568219315375c666f8e500db9c12)

Author SHA1 Message Date
Jaikiran Pai 16469d7f94 MINOR: Reduce the log level when the peer isn't authenticated but is using SSL 8 years ago
Ismael Juma d2acd676c3 MINOR: More graceful handling of buffers that are too small in Record's `isValid` and `ensureValid` 8 years ago
ybyzek bc397db0e1 MINOR: onCompletion: metadata valid only if no exception 8 years ago
Jason Gustafson 9aaeb33c16 KAFKA-4098: NetworkClient should not intercept user metdata requests on disconnect 8 years ago
Ismael Juma d4c379832b MINOR: Include request header in exception when correlation of request/response fails 8 years ago
Damian Guy 36044fdc54 KAFKA-4015; Change cleanup.policy config to accept a list of valid policies 8 years ago
sven0726 151288fe1f MINOR: Fix wording in Metadata.add javadoc 8 years ago
William Yu d85aaf95fe KAFKA-3937; Kafka Clients Leak Native Memory For Longer Than Needed With Compressed Messages 8 years ago
Rajini Sivaram 313aad423c KAFKA-3680; Enable Kafka clients to run in any classloader env 8 years ago
Jason Gustafson 24fd025d40 KAFKA-3916; Check for disconnects properly before sending from the controller 8 years ago
Guozhang Wang f903215536 KAFKA-4049: Fix transient failure in RegexSourceIntegrationTest 8 years ago
Rajini Sivaram 7b16b47316 KAFKA-4066; Fix NPE in consumer due to multi-threaded updates 8 years ago
Jason Gustafson 317c4fdede KAFKA-3949: Fix race condition when metadata update arrives during rebalance 8 years ago
Mickael Maison 880bde5ac5 KAFKA-4056: Kafka logs values of sensitive configs like passwords 8 years ago
Todd Palino 104d2154b6 KAFKA-4050; Allow configuration of the PRNG used for SSL 8 years ago
Vahid Hashemian c6e6fadeed MINOR: Clarification in producer config documentation 8 years ago
Jason Gustafson 40b1dd3f49 KAFKA-3888: send consumer heartbeats from a background thread (KIP-62) 8 years ago
Manikumar Reddy O 19997ede08 KAFKA-4044; log actual socket send/receive buffer size after connecting in Selector 8 years ago
Guozhang Wang ae237be1bb KAFKA-3769: Create new sensors per-thread in KafkaStreams 8 years ago
Jason Gustafson be36b32274 KAFKA-4034; Avoid unnecessary consumer coordinator lookup 8 years ago
Bryan Baugher b18c3f5cab KAFKA-4012; Added #toString() to KerberosShortNamer 8 years ago
Grant Henke 539633ba0e KAFKA-2946; DeleteTopic - protocol and server side implementation 8 years ago
Damian Guy 68b5d014fa KAFKA-3914: Global discovery of state stores 8 years ago
Ismael Juma fb65ff40a8 KAFKA-3954; Consumer should use internal topics information returned by the broker 8 years ago
Ismael Juma da015585a9 MINOR: Remove redundant clause in secureAclsEnabled check 8 years ago
Bryan Baugher 91b4e3c00d KAFKA-4013; Include exception cause in SaslServerCallbackHandler 8 years ago
James Cheng 778fcd0e91 KAFKA-3809: Auto-generate documentation for topic-level configuration 8 years ago
Jun Rao 6fb33afff9 KAFKA-3875; Transient test failure: kafka.api.SslProducerSendTest.testSendNonCompressedMessageWithCreateTime 8 years ago
Mickael Maison cd767aee45 MINOR: Fix a few raw type warnings in cients 8 years ago
Mickael Maison 31264f6979 KAFKA-3946: Protocol guide should say that Produce request acks can o… 8 years ago
Jason Gustafson 131f96868a MINOR: Consumer should throw KafkaException on invalid checksum 8 years ago
Jason Gustafson ff557f02ac KAFKA-3977; Defer fetch parsing for space efficiency and to ensure exceptions are raised to the user 8 years ago
Ismael Juma 64842f47f8 KAFKA-3996; ByteBufferMessageSet.writeTo() should be non-blocking 8 years ago
Avi Flax aebab7cab6 MINOR: Small enhancement to Deserializer Javadoc 8 years ago
Alexey Romanchuk 932bb84c83 KAFKA-3960; Committed offset not set after first assign 8 years ago
Ismael Juma 427e638517 MINOR: Increase default `waitTime` in `waitUntilTrue` to 15 seconds 8 years ago
Ashish Singh 0e5700fb68 MINOR: Improve PartitionState logging and remove duplication of code 8 years ago
Yuto Kawamura 7354cc1f48 MINOR: Doc of 'retries' config should mention max.in.flight.requests.per.connection to avoid confusion 8 years ago
Rekha Joshi 9f94a7752a KAFKA-3905: Handling null/empty topics and collections, patterns when subscription with list of topics or with patterns, and with assignments. 8 years ago
Vahid Hashemian 98dfc4b307 KAFKA-3931: Fix transient failures in pattern subscription tests 8 years ago
Grant Henke fc47b9fa6b KAFKA-2945; CreateTopic - protocol and server side implementation 8 years ago
Rajini Sivaram c439268224 KAFKA-3562; Handle topic deletion during a send 8 years ago
Rekha Joshi 4b5ed36c22 KAFKA-3844; Sort configuration items in log 8 years ago
Vahid Hashemian d7de59a579 KAFKA-3854: Fix issues with new consumer's subsequent regex (pattern) subscriptions 8 years ago
Sriharsha Chintalapani 31b4460cf9 MINOR: Warning instead of error if TGT cannot be renewed beyond the next expiry date 8 years ago
Grant Henke f1323d4ffa MINOR: Fix consumer constructor doc string 8 years ago
Kenji Yoshida 32e24b7c28 MINOR: remove "auto.commit.interval.ms" from "Manual Offset Control" example 8 years ago
Bill Bejeck 96ae0a5929 MINOR: Follow-up from KAFKA-3842 to fix tempDir 9 years ago
Bill Bejeck 88924b03d5 KAFKA-3842: consolidate utility methods to TestUtils 9 years ago
Vahid Hashemian 7fd4fe4487 MINOR: Fix javadoc typos in ConsumerRebalanceListener 9 years ago