2428 Commits (ff300c9d4f45e4a355db11258965c3a3a6f6bbf7)
 

Author SHA1 Message Date
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
Ismael Juma 893e79af88 KAFKA-3489; Update request metrics if a client closes a connection while the broker response is in flight 9 years ago
Ismael Juma aee8ebb46c KAFKA-3510; OffsetIndex thread safety 9 years ago
Matt McClure 732b111f45 KAFKA-3384: Conform to POSIX kill usage 9 years ago
Jason Gustafson 4ff667711f KAFKA-2998: log warnings when client is disconnected from bootstrap brokers 9 years ago
Ewen Cheslack-Postava c3c9289c12 KAFKA-3464: Add system tests for Connect with Kafka security enabled 9 years ago
Yasuhiro Matsuda 31e263e829 HOTFIX: set timestamp in SinkNode 9 years ago
Grant Henke 45c585b4f7 KAFKA-3483: Restructure ducktape tests to simplify running subsets of tests 9 years ago
Liquan Pei 83cf38545b MINOR: Clean up of SourceTaskOffsetCommiter 9 years ago
Paul Cavallaro 3a20ba3055 MINOR: Fix small typo in design section 9 years ago
Ismael Juma b94a7812be KAFKA-3495; NetworkClient.blockingSendAndReceive` should rely on requestTimeout 9 years ago
Jason Gustafson ef3f053155 KAFKA-3419: clarify difference between topic subscription and partition assignment 9 years ago
Jason Gustafson dd5480a47e KAFKA-3486: fix autocommit when partitions assigned manually 9 years ago
Yasuhiro Matsuda bd5325dd8b MINOR: small code optimizations in streams 9 years ago
Flavio Junqueira 75ec67eda8 KAFKA-2930: Update references to ZooKeeper in the docs. 9 years ago
Ismael Juma 89fd97f8c9 KAFKA-2844; Separate keytabs for sasl tests 9 years ago
Ashish Singh a4d6f1dce5 MINOR: Add check for empty topics iterator in ReplicaVerificationTool. 9 years ago
Grant Henke b865413cd8 MINOR: Fix BNF output for protocol arrays conataining primitives in docs 9 years ago
Guozhang Wang ae939467e8 MINOR: add null check for aggregate and reduce operators 9 years ago
Rajini Sivaram 77142f6bae KAFKA-2910: Close Zookeeper clients in unit tests 9 years ago
Grant Henke 623ab1e7c6 KAFKA-3451: Add basic HTML coverage report generation to gradle 9 years ago
Ashish Singh 9f6a6f9713 KAFKA-3381: Add system test for SimpleConsumerShell 9 years ago
Ismael Juma 78d91dcd88 KAFKA-3475; Introduce our own `MiniKdc` 9 years ago
Yasuhiro Matsuda 2788f2dc73 MINOR: a simple benchmark for Streams 9 years ago
Geoff Anderson aaafd23df8 MINOR: Advance system test ducktape dependency from 0.3.10 to 0.4.0 9 years ago
Jason Gustafson 2758395352 KAFKA-3425: add missing upgrade notes 9 years ago
Yasuhiro Matsuda 5089f547d5 HOTFIX: RocksDBStore must clear dirty flags after flush 9 years ago
Ismael Juma 43d5078e98 MINOR: Remove a couple of redundant `CoreUtils.rm` methods 9 years ago
Ismael Juma 4c0660bf3d MINOR: Fix typo and tweak wording in `RecordAccumulator` comments 9 years ago
Jiangjie Qin 1fbe445dde KAFKA-3388; Fix expiration of batches sitting in the accumulator 9 years ago
Liquan Pei 78fa20eb58 KAFKA-3316: Add REST API for listing connector plugins 9 years ago
Guozhang Wang 23b50093f4 KAFKA-3454: add Kafka Streams web docs 9 years ago
Andrea Cosentino c1d8c38345 KAFKA-3449: Rename filterOut() to filterNot() to achieve better terminology 9 years ago
Jason Gustafson d691faf98c KAFKA-3463: change default receive buffer size for consumer to 64K 9 years ago