1656 Commits (7073fa7efea4acd6615f9dad4f649f6094be6332)
 

Author SHA1 Message Date
Ewen Cheslack-Postava d7340503a1 KAFKA-2613; Make maxParallelForks configurable via Gradle config so it can be turned down on shared build infrastructure. 9 years ago
Rajini Sivaram dd514b2bb8 KAFKA-2581: Run some existing ducktape tests with SSL 9 years ago
Gwen Shapira 7915396ee8 KAFKA-2203: Getting Java8 to relax about javadoc and let our build pass 9 years ago
Aditya Auradkar 9fde92f9f1 KAFKA-2443 KAFKA-2567; Expose windowSize on Rate; - Throttle time should not return NaN 9 years ago
Grant Henke fe4818e094 KAFKA-2633; Default logging from tools to Stderr 9 years ago
Ismael Juma bd98a99c1e MINOR: Use the correct processor id in the processor thread name 9 years ago
Ismael Juma 1265d7cb7f KAFKA-2614; No more clients can connect after `TooManyConnectionsException` threshold (max.connections.per.ip) is reached 9 years ago
Yasuhiro Matsuda c67ca65889 MINOR: putting back kstream stateful transform methods 9 years ago
Ewen Cheslack-Postava 96209b1e7a MINOR: Fix exception message in Copycat's Time logical type. 9 years ago
Randall Hauch 7233858bea KAFKA-2600: Align Kafka Streams' interfaces with Java 8 functional interfaces 9 years ago
Ewen Cheslack-Postava 49822ff836 KAFKA-2622: Add Time logical type for Copycat. 9 years ago
Jason Gustafson 6a06e22ef8 KAFKA-2596: reject commits from unknown groups with positive generations 9 years ago
Yasuhiro Matsuda 5a921a3239 MINOR: typing ProcessorDef 9 years ago
Jiangjie Qin f1110c3fbb KAFKA-2477: Fix a race condition between log append and fetch that causes OffsetOutOfRangeException. 9 years ago
Mayuresh Gharat 693d4ca1a6 KAFKA-2428: Add sanity check in KafkaConsumer for the timeouts 9 years ago
Parth Brahmbhatt 2254f2bfaf Kafka-2587: Only notification handler will update the cache and all verifications will use waitUntilTrue. 9 years ago
Aditya Auradkar 118912e76e KAFKA-2419; Garbage collect unused sensors 9 years ago
Rajini Sivaram 2047a9afe1 KAFKA-2534: Fixes and unit tests for SSLTransportLayer buffer overflow 9 years ago
Ewen Cheslack-Postava 02e103b75a KAFKA-2476: Add Decimal, Date, and Timestamp logical types. 9 years ago
Ewen Cheslack-Postava 174a43cd09 KAFKA-2474: Add caching of JSON schema conversions to JsonConverter 9 years ago
Ewen Cheslack-Postava 23f9afb70b KAFKA-2482: Allow sink tasks to get their current assignment, as well as pause and resume topic partitions. 9 years ago
Ashish Singh a0ca8f6422 KAFKA-2573: Mirror maker system test hangs and eventually fails 9 years ago
Edward Ribeiro b46cb3b297 KAFKA-2599: Fix Metadata.getClusterForCurrentTopics throws NPE 9 years ago
Guozhang Wang 726e23ef49 TRIVIAL: remove TODO in KafkaConsumer after KAFKA-2120 9 years ago
Guozhang Wang f236bc20ff HOTFIX: Persistent store in ProcessorStateManagerTest 9 years ago
Ismael Juma b88ba9a6bd KAFKA-2604; Remove `completeAll` and improve timeout passed to `Selector.poll` from `NetworkClient.poll` 9 years ago
GabrielNicolasAvellaneda f9faf334b0 KAFKA-2601; ConsoleProducer tool shows stacktrace on invalid command parameters 9 years ago
Manikumar reddy O 4016011457 KAFKA-2425; Copy latest docs to kafka repo docs/ directory 9 years ago
Guozhang Wang 37f7d75e3d KAFKA-2591: Fix StreamingMetrics 9 years ago
Randall Hauch b56e02b656 KAFKA-2597: Add to .gitignore the Eclipse IDE directories 9 years ago
Jason Gustafson a3bd99811c MINOR: remove no longer needed CommitType 9 years ago
Dong Lin 4f8ad1561c MINOR: Fix Vagrant setup script for use on Fedora 9 years ago
Ismael Juma 7cfdf19b54 KAFKA-2517; Performance Regression post SSL implementation (zero copy) 9 years ago
Parth Brahmbhatt 5764e54de1 KAFKA-2212: Authorizer CLI implementation. 9 years ago
Ismael Juma d03b871dd0 MINOR: Set `sendTime` in `doSend` instead of `InFlightRequests.add` and rename method names for consistency 9 years ago
Jason Gustafson 5e769ccd5b KAFKA-2570: commit offsets on rebalance/close when auto-commit is enabled 9 years ago
Parth Brahmbhatt 6b1a92c89f KAFKA-2587; Increasing timeout for the test verification. 9 years ago
Ismael Juma f5596a851d HOTFIX: Checkstyle import fix 9 years ago
Edward Ribeiro 73720113b9 MINOR: fix Quota's equal() function 9 years ago
Mayuresh Gharat 2c4e63a899 KAFKA-2120; Add a request timeout to NetworkClient (KIP-19); reviewed by Jason Gustafson, Ismael Juma, Joel Koshy, Jun Rao, and Edward Ribeiro 9 years ago
Ismael Juma 4e7db39556 MINOR: Make indenting in `checkstyle.xml` and `import-control.xml` consistent 9 years ago
Dong Lin 41afdbe680 KAFKA-2585; ConsoleConsumer should not hang infinitely upon exception 9 years ago
Manikumar reddy O c7bc5366dd KAFKA-2514: change default JVM options in kafka-run-class.sh. 9 years ago
Ismael Juma f540f4a919 KAFKA-2586; Enable SSL for inter-broker communication when SSL is enabled in tests 9 years ago
Ewen Cheslack-Postava c20e3bf8d8 HOTFIX: Checkstye fixes follow up for KAKFA-2531. 9 years ago
Ewen Cheslack-Postava e90562fb19 MINOR: Fix FileStreamSourceTask to create the reader around System.in when using stdin as the input source. 9 years ago
Ashish Singh b62f8ea43b KAFKA-2531: Add Ducktape based tests for KafkaLog4jAppender 9 years ago
Guozhang Wang 263c10ab7c KIP-28: Add a processor client for Kafka Streaming 9 years ago
Jason Gustafson ad120d5789 KAFKA-2582; ConsumerMetdata authorization error not returned to user 9 years ago
Jason Gustafson 10d5deac0c HOTFIX: remove unused import causing checkstyle to fail 9 years ago