3395 Commits (afeadbef50ee8cb5c23de26c1b2a5ad2c7ad941e)
 

Author SHA1 Message Date
Matthias J. Sax afeadbef50 KAFKA-5003; StreamThread should catch InvalidTopicException 8 years ago
Colin P. Mccabe d5fb7364ae KAFKA-4993; Fix findbugs warnings in kafka-clients 8 years ago
Armin Braun 97e61d4ae2 MINOR: Fix multiple KafkaStreams.StreamStateListener being instantiated 8 years ago
Ewen Cheslack-Postava d4c4bcf017 MINOR: Make ConfigDef safer by not using empty string for NO_DEFAULT_VALUE. 8 years ago
Matthias J. Sax 0df910c034 MINOR: Fix flaky StateDirectoryTest 8 years ago
Matthias J. Sax aea1465118 HOTFIX: WindowedStreamPartitioner does not provide topic name to serializer 8 years ago
Eno Thereska 49f80b2360 KAFKA-4916: test streams with brokers failing 8 years ago
Konstantine Karantasis 9160810072 KAFKA-4837: Fix class name comparison in connector-plugins REST endpoint 8 years ago
Vitaly Pushkar 54bf2fb5ff KAFKA-4810: Make Kafka Connect SchemaBuilder more lax about checking that fields are unset 8 years ago
Balint Molnar 75e213e550 KAFKA-4855: Struct SchemaBuilder should not allow duplicate fields 8 years ago
Colin P. Mccabe f812a8fd93 KAFKA-4977: Fix findbugs issues in connect/runtime 8 years ago
Shun Takebayashi ca2979f847 MINOR: Suppress ProducerConfig warning in MirrorMaker 8 years ago
Apurva Mehta b9b2cfc28c MINOR: Close the producer batch append stream when the batch gets full to free up resources 8 years ago
Armin Braun 040fde8ec1 KAFKA-4878: Improved Invalid Connect Config Error Message 8 years ago
Matthias J. Sax 800d29648b MINOR: fix cleanup phase for KStreamWindowAggregateTest 8 years ago
Ismael Juma f54b61909d HOTFIX: Set `baseOffset` correctly in `RecordAccumulator` 8 years ago
Rajini Sivaram 1ba8b40b34 MINOR: Fix potential deadlock in consumer close test 8 years ago
Armin Braun 3364f12bc2 MINOR: Fix deadlock between StreamThread and KafkaStreams 8 years ago
Apurva Mehta bdf4cba047 KAFKA-4817; Add idempotent producer semantics 8 years ago
shuguo zheng 1ce6aa5503 KAFKA-4964; Use correct keystore/trustore name in documentation 8 years ago
Eno Thereska 5f88cf79fb MINOR: Increase max.poll time for streams consumers 8 years ago
Jason Gustafson 93d451ceeb KAFKA-4689; Disable system tests for consumer hard failures 8 years ago
Bill Bejeck 15e0234a5f KAFKA-4791: unable to add state store with regex matched topics 8 years ago
Magnus Edenhill 4e92fd5f74 MINOR: Vagrant provisioning fixes 8 years ago
Jason Gustafson dd71e4a8d8 MINOR: Ensure streaming iterator is closed by Fetcher 8 years ago
Eno Thereska f9772d5fb2 MINOR: reduce amount of verbose printing 8 years ago
Matthias J. Sax 92b7d75700 KAFKA-4980: testReprocessingFromScratch unit test failure 8 years ago
Vahid Hashemian 2e075fe6a4 MINOR: Update possible errors in OffsetFetchResponse 8 years ago
Dong Lin 4b3ea062be KAFKA-4973; Fix transient failure of AdminClientTest.testDeleteRecordsWithException 8 years ago
Vahid Hashemian a3e13776e6 MINOR: Fix typos in javadoc and code comments 8 years ago
Manikumar Reddy O 81721f8c53 MINOR: Doc change related to ZK sasl configs 8 years ago
Colin P. Mccabe d345d53e4e KAFKA-4902; Utils#delete should correctly handle I/O errors and symlinks 8 years ago
Kamal C 43fb2df7a4 MINOR: Map `mkString` format updated to default java format 8 years ago
Edoardo Comar c808e8955f MINOR: FetchRequest.Builder maxBytes for version <3 8 years ago
Eno Thereska 84a14fec29 KAFKA-4843: More efficient round-robin scheduler 8 years ago
Ismael Juma 6feaa8a581 KAFKA-1449; Use CRC32C for checksum of V2 message format 8 years ago
Colin P. Mccabe aea5989d98 KAFKA-4944; Fix an "unread field" findbugs warning in streams examples 8 years ago
Colin P. Mccabe 7adf1e4148 KAFKA-4945; Suppress findbugs warnings about machine-generated code in jmh-benchmarks 8 years ago
Colin P. Mccabe 42284960da KAFKA-4903; Remove dead code in Shell 8 years ago
Ismael Juma 4ce65d65df KAFKA-4574; Ignore test_zk_security_upgrade until KIP-101 lands 8 years ago
Jason Gustafson a0b8e435c9 MINOR: Support streaming decompression of fetched records for new format 8 years ago
Onur Karaman edb372dcaf KAFKA-4959; Remove controller concurrent access to non-threadsafe NetworkClient, Selector, and SSLEngine 8 years ago
Jiangjie Qin 23a0f09863 Minor: Remove the accidentally checked in file which broke checkStyle. 8 years ago
Dong Lin 8b05ad406d KAFKA-4586; Add purgeDataBefore() API (KIP-107) 8 years ago
Armin Braun f3f9a9eafb KAFKA-4569; Check for wakeup on every call to KafkaConsumer.poll 8 years ago
Damian Guy 1abed91bd2 KAFKA-4881: add internal leave.group.on.close config to consumer 8 years ago
Ismael Juma d27e09e60c MINOR: Use method handles instead of reflection for creating Snappy and LZ4 streams 8 years ago
Ismael Juma d348ac92c8 MINOR: Fix deserialization of abortedTransactions and lastStableOffset in FetchResponse 8 years ago
Jason Gustafson 462767660b HOTFIX: Fix unsafe dependence on class name in VerifiableClientJava 8 years ago
Jason Gustafson 5bd06f1d54 KAFKA-4816; Message format changes for idempotent/transactional producer (KIP-98) 8 years ago