3120 Commits (abe19fe693d81ea65a018041f157c58ebecd014d)
 

Author SHA1 Message Date
Ismael Juma 88d8508b85 KAFKA-4443; Minor comment clean-up 8 years ago
Eno Thereska ea42d65354 KAFKA-3637: Added initial states 8 years ago
Jason Gustafson f9d7808bab KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy 8 years ago
Vahid Hashemian 8d188c9110 KAFKA-4271: Fix the server start script for Windows 32-bit OS 8 years ago
Mayuresh Gharat 497e669dd8 KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat <gharatmayuresh15@gmail.com> and Sumant Tambe <sutambe@yahoo.com> 8 years ago
Stig Rohde Døssing 1503f7603c KAFKA-4387; KafkaConsumer should properly handle interrupts 8 years ago
Balint Molnar 5819b06faf KAFKA-4403; Update KafkaBasedLog to use new endOffsets consumer API 8 years ago
Konstantine Karantasis d98ca230a1 KAFKA-4397: Refactor Connect backing stores for thread safety 8 years ago
Dong Lin f37dab76f4 KAFKA-4415; Reduce time to create and send UpdateMetadataRequest 8 years ago
Ewen Cheslack-Postava b11ead5804 MINOR: Make release notes script check resolutions to avoid spurious inclusion of non-fix 'fixes' in release notes. 8 years ago
Eno Thereska 7d0f3e75ad KAFKA-4427: Skip topic groups with no tasks 8 years ago
Ismael Juma 7d3aa01ced MINOR: Remove unused code in `LeaderAndIsr`, `ApiUtils` and `TopicMetadataRequest` 8 years ago
Dong Lin 7ed3768fb6 KAFKA-4443; Controller should send UpdateMetadataRequest prior to LeaderAndIsrRequest during failover 8 years ago
Alex Loddengaard 6f0cbe7212 MINOR: doc fix related to monitoring consumer lag 8 years ago
Ismael Juma a5d28149fb Revert "KAFKA-4345; Run decktape test for each pull request" 8 years ago
Jun He 3e3b7a010b KAFKA-4384; ReplicaFetcherThread stops after ReplicaFetcherThread receives a corrupted message 8 years ago
Raghav Kumar Gautam e035fc0395 KAFKA-4345; Run decktape test for each pull request 8 years ago
Matthias J. Sax 724cddbc56 KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic 8 years ago
Sumant Tambe 0ea540552a KAFKA-4395; Break static initialization order dependency between KafkaConfig and Logconfig 8 years ago
MayureshGharat 4b003d8bcf KAFKA-4362; Consumer can fail after reassignment of the offsets topic partition 8 years ago
Eno Thereska dcea5f8388 KAFKA-4355: Skip topics that have no partitions 8 years ago
Antony Stubbs 44f61ba4f9 MINOR: Typo in KafkaConsumer javadoc 8 years ago
Eno Thereska bbe84051c7 HOTFIX: Hotfix streams smoke test 8 years ago
Rajini Sivaram e53babab9c KAFKA-3703; Graceful close for consumers and producer with acks=0 8 years ago
Dong Lin edfa280671 KAFKA-4420; Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest 8 years ago
Bernard Leach 0e7ba70008 KAFKA-4377; remove deprecated scala.collection.JavaConversions calls 8 years ago
Ismael Juma 079ea89b36 KAFKA-4417: Update build dependencies for 0.10.2 cycle 8 years ago
Jeyhun Karimov eaf0e4af34 KAFKA-3825: Allow users to specify different types of state stores in Streams DSL 8 years ago
Damian Guy 2daa10d77f KAFKA-4366: KafkaStreams.close() blocks indefinitely 8 years ago
Bernard Leach f3aad3b54b KAFKA-4376; Cross compile to Scala 2.12.0 8 years ago
Konstantine Karantasis aad9384066 MINOR: Extract SCALA_BINARY_VERSION from SCALA_VERSION 8 years ago
Vahid Hashemian 249e413685 KAFKA-4211; Update system test services to use the new consumer by default 8 years ago
Eno Thereska 04a13e82a6 KAFKA-4359: Remove commit interval in integration tests for testing caching effects 8 years ago
Qian Zheng 39a1c42dfc MINOR: add a space to separate two words 8 years ago
Ismael Juma b902ef985a MINOR: Remove unused `ByteBoundedBlockingQueue` class and `zkSessionTimeout` parameter 8 years ago
Ewen Cheslack-Postava 31203efcb2 MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true 8 years ago
Shikhar Bhushan a32962af14 HOTFIX: Remove failing ConnectDistributedTest.test_bad_connector_class 8 years ago
Jason Gustafson 3b4c347949 KAFKA-2066; Use client-side FetchRequest/FetchResponse on server 8 years ago
Joel Koshy 1f1d450062 KAFKA-4409; Fix deadlock between topic event handling and shutdown in ZookeeperConsumerConnector 8 years ago
Jason Gustafson b7d36b7261 KAFKA-3829: Ensure valid configuration prior to creating connector 8 years ago
Konstantine Karantasis 4f1d8c6859 MINOR: Fix export command for additional env vars in connect system tests 8 years ago
Mickael Maison 7282de39f7 KAFKA-4081; KafkaConsumer should not allow negative offsets to be committed 8 years ago
Damian Guy 64a860c585 KAFKA-4379: Remove caching of dirty and removed keys from StoreChangeLogger 8 years ago
Konstantine Karantasis 9783934460 MINOR: Extend mirror maker test to include interceptors 8 years ago
Dan Norwood 0fc1898bf6 HOTFIX: failing to close this iterator causes leaks in rocksdb 8 years ago
Matthias J. Sax d8fa4006cb MINOR: improve exception message for incompatible Serdes to actual key/value data types 8 years ago
Guozhang Wang cc62b4f844 revert streams/src/main/java/org/apache/kafka/streams/processor/ConsumerRecordTimestampExtractor.java 8 years ago
Matthias J. Sax 6972d9476f MINOR: add upgrade guide for Kafka Streams API 8 years ago
rnpridgeon da13b53787 KAFKA-4364: Remove secrets from DEBUG logging 8 years ago
Damian Guy a66ca1624c MINOR: fix incorrect logging in StreamThread 8 years ago