2461 Commits (751fe9309011b99f60c1cb03c23a47d0444dce05)
 

Author SHA1 Message Date
Jeff Klukas 18dd1986bd MINOR: Fix some copy-pasted Javadoc in StreamsConfig.java 9 years ago
Guozhang Wang a02c8aaecf KAFKA-3499: prevent array typed keys in KeyValueStore 9 years ago
Jason Gustafson e7d04c2515 KAFKA-3602; Rename RecordAccumulator dequeFor() and fix usage 9 years ago
Ben Stopford b3847f76b5 KAFKA-3270; Added some Happy Path Tests for the Reassign Partitions Command 9 years ago
Greg Fodor 996e29cfe8 KAFKA-3619: File handles are leaked on .lock files of ProcessorStateManager 9 years ago
Damian Guy 1b764c5e83 MINOR: add unit test for KGroupedTable.count 9 years ago
Ewen Cheslack-Postava bc50515651 KAFKA-3605: Return error if connector config includes mismatching connector name. 9 years ago
Liquan Pei c7f9bd2a68 KAFKA-3606: Traverse CLASSPATH during herder start 9 years ago
Manikumar reddy O 3274004497 KAFKA-3594; After calling MemoryRecords.close() method, hasRoomFor() method should return false 9 years ago
Guozhang Wang 74e6dc8425 KAFKA-3589: set inner serializer for ChangedSerde upon initialization 9 years ago
Matthias J. Sax 5c547475d8 KAFKA-3337: Extract selector as a separate groupBy operator for KTable aggregations 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Liquan Pei f213625fc5 MINOR: Fix comment in DistributedHerder 9 years ago
Jason Gustafson 8a863ecee7 KAFKA-3117: handle metadata updates during consumer rebalance 9 years ago
Jason Gustafson c9485b78a6 KAFKA-2370: kafka connect pause/resume API 9 years ago
Ewen Cheslack-Postava 280efe7f78 MINOR: Remove RollingBounceTest since its functionality is covered by the ReplicationTest system test 9 years ago
Ishita Mandhan 0bf61039c8 MINOR: Fix typos in code comments 9 years ago
Liquan Pei 501fa37222 KAFKA-3421: Update docs with new connector features 9 years ago
Liquan Pei f89f5fb907 KAFKA-3582; Remove references to Copcyat from Kafka Connect property files 9 years ago
Ismael Juma a5f1158c31 KAFKA-3558; Add compression_type parameter to benchmarks in benchmark_test.py 9 years ago
Grant Henke a81ad2582e KAFKA-3563: Maintain MessageAndMetadata constructor compatibility 9 years ago
Jason Gustafson 03817d5a26 KAFKA-3529: Fix transient failure in testCommitAsync 9 years ago
Jason Gustafson 89c67727c2 KAFKA-3506: Kafka Connect restart APIs 9 years ago
Bill Bejeck b1691cf49e KAFKA-3430: Allow users to set key in KTable.toStream and in KStream. 9 years ago
Liquan Pei 5236bf60de KAFKA-3526: Return string instead of object in ConfigKeyInfo and ConfigValueInfo 9 years ago
Grant Henke 065ddf9019 KAFKA-3549: Close consumers instantiated in consumer tests 9 years ago
Ismael Juma 4fa456bc6e KAFKA-3557; Update rocksdb to 4.4.1 and patch updates to snappy and slf4j 9 years ago
Jason Gustafson f4d3d28658 KAFKA-3470: treat commits as member heartbeats 9 years ago
Ismael Juma c1694833d5 KAFKA-3490; Multiple version support for ducktape performance tests 9 years ago
Eno Thereska 667ff7ef73 KAFKA-3504; Log compaction for changelog partition 9 years ago
Dongjoon Hyun e79d9af3cf KAFKA-3461: Fix typos in Kafka web documentations. 9 years ago
Grant Henke 34a5944721 MINOR: Remove unused hadoop version 9 years ago
Eno Thereska ba9456de2e KAFKA-3439; Added exceptions thrown 9 years ago
Ismael Juma 319c6e7195 MINOR: Add missing `@Override` to `KStreamImpl.through` 9 years ago
Guozhang Wang 40fd456649 KAFKA-3519: Refactor Transformer's transform / punctuate to return nullable values 9 years ago
Igor Stepanov 1ec842a3ea MINOR: fix incorrect exception message in KafkaProducer 9 years ago
Ewen Cheslack-Postava 411b04a3c9 MINOR: Make VerifiableProducer in system tests lookup security configuration dynamically instead of at construction. 9 years ago
Guozhang Wang c76b6e6d9b HOTFIX: special handling first ever triggered punctuate 9 years ago
bbejeck 7c27989860 KAFKA-3338: Add print and writeAsText to KStream/KTable in Kafka Streams 9 years ago
Guozhang Wang 8c59565761 KAFKA-3521: validate null keys in Streams DSL implementations 9 years ago
Jason Gustafson 2a8fa28786 KAFKA-3528: handle wakeups while rebalancing more gracefully 9 years ago
Jason Gustafson cbdd70ec0d MINOR: improve logging of consumer system tests 9 years ago
Stig Rohde Døssing 4d467c2ec2 KAFKA-725: Return OffsetOutOfRange error from ReplicaManager when non-follower attempts reading an offset that's above high watermark. 9 years ago
Eno Thereska 9beafae23a KAFKA-3512: Added foreach operator 9 years ago
Guozhang Wang 3a58407e2e KAFKA-3505: Fix punctuate generated record metadata 9 years ago
Anna Povzner 8b9b07e5d6 MINOR: ensure original use of prop_file in verifiable producer 9 years ago
Rajini Sivaram 9c34df1511 KAFKA-3488; Avoid failing of unsent requests in consumer where possible 9 years ago
Eno Thereska 8dbd688b16 KAFKA-3497: Streams ProcessorContext should support forward() based on child name 9 years ago
Matthias J. Sax 99d2329227 KAFKA-3477: extended KStream/KTable API to specify custom partitioner for sinks 9 years ago
Grant Henke 8218a4a153 KAFKA-3508: Fix transient SimpleACLAuthorizerTest failures 9 years ago