3165 Commits (3d9f34dd84a1c802b18874ba365c23713bfb189a)
 

Author SHA1 Message Date
Ismael Juma 6d6c77a7a9 MINOR: Improvements to Record related classes (part 1) 8 years ago
fpj ce1cb329d5 KAFKA-4261: Provide debug option in vagrant-up.sh 8 years ago
Dong Lin b565dd7eb1 KAFKA-4429; Consumer lag metric should be zero if FetchResponse is empty 8 years ago
Ewen Cheslack-Postava a565a77b1f KAFKA-4404; Add javadocs to document core Connect types, especially that integer types are signed 8 years ago
Ismael Juma 7f22ab6550 KAFKA-4528: Fix failure in ProducerTest.testAsyncSendCanCorrectlyFailWithTimeout 8 years ago
Andrew Olson 9e9e6d8752 KAFKA-2434: Remove identical topic subscription constraint for roundrobin strategy in old consumer API 8 years ago
Damian Guy cea2a669b3 KAFKA-4561; Ordering of operations in StreamThread.shutdownTasksAndState may void at-least-once guarantees 8 years ago
Balint Molnar 7411ed89be KAFKA-4318; Migrate ProducerSendTest to the new consumer 8 years ago
Himani Arora 252e7e958a MINOR: Scala code readability improvements 8 years ago
Vahid Hashemian 6f09bcb59c KAFKA-4480: Report an error in 'kafka-configs' command if the config to be removed does not exist 8 years ago
huxi 29d456cd21 KAFKA-4351; MirrorMaker with new consumer should support comma-separated regex 8 years ago
LoneRifle 3d7e88456f MINOR: Rephrase Javadoc summary for ConsumerRecord 8 years ago
Edward Ribeiro 64bab80520 MINOR: Mx4jLoader always returns false even if mx4j is loaded & started 8 years ago
Vahid Hashemian e799546377 MINOR: Sync up 'kafka-run-class.bat' with 'kafka-run-class.sh' 8 years ago
huxi dc550259ea KAFKA-4428; Kafka does not exit if port is already bound 8 years ago
MURAKAMI Masahiko 88a439ed8e KAFKA-4549; Call writeBlock before writeEndMark in KafkaLZ4BlockOutputStream.close() 8 years ago
Jeff Widman 8e1395b170 Improve wording in GroupMinSessionTimeoutMsDoc 8 years ago
Dustin Cote 4ca5abe8ee KAFKA-4092: retention.bytes should not be allowed to be less than segment.bytes 8 years ago
Shikhar Bhushan d092146247 KAFKA-4527: task status was being updated before actual pause/resume 8 years ago
Rajini Sivaram 9eb665c39a KAFKA-4259; Dynamic JAAS configuration for Kafka clients (KIP-85) 8 years ago
Ismael Juma 76169f9e24 KAFKA-3284: Remove beta label from security documentation 8 years ago
Vahid Hashemian 8ff5a9f3cf MINOR: Improve output format of `kafka_reassign_partitions.sh` tool 8 years ago
Gwen Shapira 7599d5d78b MINOR: Fix document header/footer links 8 years ago
Manikumar Reddy O 3c1df09cd5 MINOR: trivial logCleanerEnable doc cleanup 8 years ago
Scott Ferguson 05d7664317 MINOR: fixup typo in ops.html 8 years ago
Matthias J. Sax baab43f0d2 MINOR: KStream JavaDoc fix 8 years ago
Dong Lin fc88bac666 KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader 8 years ago
Mark Rose ecc0fc447a MINOR: Clarify log deletion configuration options in server.properties 8 years ago
Ismael Juma 68f204e01b MINOR: Replace TopicAndPartition with TopicPartition in `Log` and `ReplicaManager` 8 years ago
Jason Gustafson 0f86dbe89d MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder 8 years ago
Ismael Juma 3930dd7e75 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables 8 years ago
Guozhang Wang 7f4b278c03 MINOR: Add more exception information in ProcessorStateManager 8 years ago
Damian Guy 56c61745de KAFKA-4540: Suspended tasks that are not assigned to the StreamThread need to be closed before new active and standby tasks are created 8 years ago
Damian Guy 0321bf5aa6 KAFKA-4473: RecordCollector should handle retriable exceptions more strictly 8 years ago
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Kamil Szymanski 135860225e MINOR: Remove incomplete gradle wrapper infrastructure 8 years ago
Json Tu a786be9478 KAFKA-4447; Controller resigned but it also acts as a controller for a long time 8 years ago
Kamil Szymanski 8b84d14c6f MINOR: Fix exception handling in case of file record truncation during write 8 years ago
Apurva Mehta 8dbdc90bae KAFKA-4526; Disable throttling test until it can be fixed correctly. 8 years ago
Jason Gustafson 529ca32932 KAFKA-4166; Fix transient MM failure caused by slow old consumer shutdown 8 years ago
Ewen Cheslack-Postava bc9ef716af KAFKA-4553; Improve round robin assignment in Connect to avoid uneven distributions of connectors and tasks 8 years ago
Damian Guy 65acff32d1 KAFKA-4534: StreamPartitionAssignor only ever updates the partitionsByHostState and metadataWithInternalTopics on first assignment 8 years ago
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Colin P. Mccabe e156f5179f KAFKA-4552; README.md has org.gradle.project.maxParallelForms instead of maxParallelForks 8 years ago
Ismael Juma b58b6a1bef MINOR: Replace deepIterator/shallowIterator with deepEntries/shallowEntries 8 years ago
Hikiko Murakami e55205b810 MINOR: Fix typo on introduction page 8 years ago
Damian Guy 056ed86600 KAFKA-4539: StreamThread is not correctly creating StandbyTasks 8 years ago
Damian Guy 233cd4b18a KAFKA-4537: StreamPartitionAssignor incorrectly adds standby partitions to the partitionsByHostState map 8 years ago
Matthias J. Sax c2cfadf254 MINOR: update KStream JavaDocs 8 years ago
Michael Schiff e36e8079d8 KAFKA-4451; Fix OffsetIndex overflow when replicating a highly compacted topic. OffsetIndex provides checks for overflow, used when deciding to roll a LogSegment 8 years ago