869 Commits (bb914a0445549b41fb0b667ea2f5f15a90060133)

Author SHA1 Message Date
Sumit Arrawatia ecc1fb10fa KAFKA-4093; Cluster Id (KIP-78) 8 years ago
Ben Stopford 143a33bc50 KAFKA-1464; Add a throttling option to the Kafka replication 8 years ago
Jason Gustafson f197ad4997 KAFKA-4160: Ensure rebalance listener not called with coordinator lock 8 years ago
Jason Gustafson 084a19e9ac KAFKA-4172; Ensure fetch responses contain the requested partitions 8 years ago
Ismael Juma f2cd170102 MINOR: Give a name to the coordinator heartbeat thread 8 years ago
Tim Brooks 2a660f13d2 KAFKA-2311; Make KafkaConsumer's ensureNotClosed method thread-safe 8 years ago
Jason Gustafson 1933f12a53 KAFKA-4147; Fix transient failure in ConsumerCoordinatorTest.testAutoCommitDynamicAssignment 8 years ago
Jason Gustafson 4af50bb860 KAFKA-3807; Fix transient test failure caused by race on future completion 8 years ago
Vahid Hashemian 54767bbba5 KAFKA-4033; Revise partition assignment semantics on consumer subscription changes (KIP-70) 8 years ago
Rajini Sivaram 6cf2cb6f29 KAFKA-4139; Reset findCoordinatorFuture when brokers are unavailable 8 years ago
Dustin Cote 85c441023b KAFKA-3129; Console producer issue when request-required-acks=0 8 years ago
Matthias J. Sax 2586226a9a KAFKA-4058: Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset 8 years ago
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