901 Commits (a6799f4e14ac68a5915bce50f37343bec45c988a)

Author SHA1 Message Date
Jason Gustafson 3b4c347949 KAFKA-2066; Use client-side FetchRequest/FetchResponse on server 8 years ago
Jason Gustafson b7d36b7261 KAFKA-3829: Ensure valid configuration prior to creating connector 8 years ago
Mickael Maison 7282de39f7 KAFKA-4081; KafkaConsumer should not allow negative offsets to be committed 8 years ago
Theo 471a2ab17d KAFKA-4284: Make Partitioner a Closeable and close it when closing the producer 8 years ago
Shikhar Bhushan 7868e65775 MINOR: missing fullstop in doc for `max.partition.fetch.bytes` 8 years ago
Stig Rohde Døssing 5e7190cf83 MINOR: Add description of how consumer wakeup acts if no threads are awakened 8 years ago
Yuto Kawamura e795ad96ca KAFKA-4024; Override client metadata backoff on topic changes and avoid unnecessary connections 8 years ago
Guozhang Wang a4ab9d02a2 KAFKA-4117: Stream partitionassignro cleanup 8 years ago
Rajini Sivaram a4413fc8a4 KAFKA-4301; Add more trace for SSL handshake 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Rajini Sivaram 1fc450fdb5 KAFKA-2089; Increase metadata wait time in unit test 8 years ago
radai-rosenblatt 46666a1f64 KAFKA-4250; Make ProducerRecord and ConsumerRecord extensible 8 years ago
Jason Gustafson 6199c62776 KAFKA-4303; Ensure commitSync does not block unnecessarily in poll without in-flight requests 8 years ago
Konstantine Karantasis 1a67739c2f KAFKA-4254; Update producer's metadata before failing on non-existent partitions 8 years ago
Joshi 72d5675a7c KAFKA-4010: add ConfigDef toEnrichedRst() for additional fields in output 8 years ago
Vahid Hashemian e972d2afd3 MINOR: Fix typos in documentation 8 years ago
Jiangjie Qin 6b91f83fba KAFKA-4274; Consumer `offsetForTimes` times out on empty map 8 years ago
Jason Gustafson 7115c66aef MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 8 years ago
Jason Gustafson a23859e568 KAFKA-4248; Consumer should rematch regex immediately in subscribe 8 years ago
Edoardo Comar 8124f6e099 KAFKA-3396; Ensure Describe access is required to detect topic existence 8 years ago
Jason Gustafson f8b69aacd4 KAFKA-3824; Clarify autocommit delivery semantics for consumer 8 years ago
Vahid Hashemian 20322446aa KAFKA-4234; Revert automatic offset commit behavior in consumer's `unsubscribe()` 8 years ago
Matthias J. Sax 451d263bb4 KAFKA-4058; improved test condition evaluation 8 years ago
Jiangjie Qin 18a0812618 KAFKA-4235; Fix race condition in Sender.initiateClose that may cause missed callbacks 8 years ago
Jiangjie Qin aa506a6919 KAFKA-4194; Follow-up improvements/testing for ListOffsets v1 (KIP-79) 8 years ago
Magnus Reftel a208478f37 MINOR: Fix Javadoc of @throws AuthorizationException for KafkaConsumer.poll 8 years ago
Ryan Pridgeon 0de807357b KAFKA-3719; Allow underscores in hostname 8 years ago
Jason Gustafson 732fabf94e KAFKA-3782: Ensure heartbeat thread restarted after rebalance woken up 8 years ago
Jiangjie Qin eaaa433fc9 KAFKA-4148; Support ListOffsetRequest v1 and search offsets by timestamp in consumer (KIP-79) 8 years ago
Vahid Hashemian 4e1c7d844f KAFKA-4135; Consumer poll with no subscription or assignment should raise an error 8 years ago
Andrey Neporada d04b0998c0 KAFKA-2063; Bound fetch response size (KIP-74) 8 years ago
Rajini Sivaram 69356fbc6e KAFKA-3492; Secure quotas for authenticated users 8 years ago
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