Jay Kreps
|
8477b4f2a2
|
KAFKA-1312: Augment .gitignore. Patch from Timothy Chen.
|
11 years ago |
Neha Narkhede
|
4484916d65
|
KAFKA-1311 Add a flag to turn off delete topic until it is stable; reviewed by Joel Koshy and Guozhang Wang
|
11 years ago |
Jun Rao
|
74e2209251
|
kafka-1304; unregistered mbean exception in new producer; reviewed by Jay Kreps
|
11 years ago |
Jun Rao
|
cc859dcca7
|
kafka-1307; potential socket leak in new producer and clean up; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede
|
11 years ago |
Joel Koshy
|
423d9d5af9
|
KAFKA-1309; Fix cross-compilation issue (due to use of deprecated JavaConversions API in javaapi.OffsetCommitRequest; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
53e4061b2b
|
KAFKA-1028 follow up: New test UncleanLeaderElectionTest
|
11 years ago |
Andrew Olson
|
616086b909
|
KAFKA-1028 per topic configuration of preference for consistency over availability; reviewed by Neha Narkhede and Jay Kreps
|
11 years ago |
Joel Koshy
|
a670537aa3
|
KAFKA-1012; Consumer offset management in Kafka; patched by Tejas Patil and Joel Koshy; feedback and reviews from Neha Narkhede, Jun Rao, Guozhang Wang, Sriram Subramanian, Joe Stein, Chris Riccomini
|
11 years ago |
Jun Rao
|
84a3a9a3d9
|
kafka-1302; cleanup logging in new producer; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede
|
11 years ago |
Jun Rao
|
c124bbbb6c
|
kafka-1301; system testcase_0206 fails using the new producer; patched by Jun Rao; reviewed by Jay Kreps
|
11 years ago |
Jun Rao
|
c765d7bd4e
|
kafka-1240; Add ability to existing system tests to use the new producer client; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
74c54c7eeb
|
KAFKA-1281 add the new producer to existing tools; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Martin Kleppmann
|
c3520fe7e0
|
kafka-server-stop.sh doesn't stop broker; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
6319f26e6f
|
TRIVIAL: Fix spurious logging in console consumer.
|
11 years ago |
Jay Kreps
|
4524f384dc
|
KAFKA-1286: Trivial fix up: Use || instead of |.
|
11 years ago |
Jay Kreps
|
2404191be9
|
KAFKA-1286 Follow-up comment from Jun: Change the backoff default time configuration.
|
11 years ago |
Jay Kreps
|
5ba48348b3
|
KAFKA-1286 Retry can block. Patch from Guozhang, reviewed by jay.
|
11 years ago |
Joe Stein
|
153ac8aa60
|
KAFKA-1288 add enclosing dir in release tar gz patch by Jun Rao, reviewed by Neha Narkhede
|
11 years ago |
Joe Stein
|
77118a935e
|
KAFKA-1289 Misc. nitpicks in log cleaner for new 0.8.1 features patch by Jay Kreps, reviewed by Sriram Subramanian and Jun Rao
|
11 years ago |
Jun Rao
|
40c6555eb0
|
kafka-1287; enable log4j in command line tools using the new producer; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede
|
11 years ago |
Jun Rao
|
220cc842a6
|
kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Rajasekar Elango
|
8cdb234ad8
|
kafka-1041; Number of file handles increases indefinitely in producer if broker host is unresolvable; patched by Rajasekar Elango; reviewed by Jun Rao
|
11 years ago |
Jay Kreps
|
f1a53b972e
|
KAFKA-1250 Add logging to new producer.
|
11 years ago |
Jay Kreps
|
a810b8ecbe
|
TRIVIAL: Fix failing producer integration tests.
|
11 years ago |
Guozhang Wang
|
eb6da57492
|
kafka-1212; System test exception handling does not stop background producer threads; patched by Guozhang Wang; reviewed by Neha Narkhede, Joel Koshy, and Jun Rao
|
11 years ago |
Guozhang Wang
|
5e2a9a560d
|
KAFKA-1260 Integration Test for New Producer Part II: Broker Failure Handling; reviewed by Jay Kreps, Neha Narkhede and Jun Rao
|
11 years ago |
Jun Rao
|
57be6c81a7
|
kafka-1280; exclude kafka-clients jar from dependant-libs dir; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Nathan Brown
|
edbed2823f
|
kafka-1278; More flexible helper scripts; patched by Nathan Brown; reviewed by Jun Rao
|
11 years ago |
Sriram Subramanian
|
00afb619cb
|
Check delete state of topic
|
11 years ago |
Sriram Subramanian
|
5b80758b57
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Jay Kreps
|
3955915a5f
|
KAFKA-1279 Socket server should close all connections when it is shutdown.
|
11 years ago |
Sriram Subramanian
|
5de68ef4ae
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
Conflicts:
core/src/main/scala/kafka/controller/KafkaController.scala
|
11 years ago |
Jay Kreps
|
993e1aac8f
|
KAFKA-1276 Make topic command list the possible topic-level configs that are available.
|
11 years ago |
Guozhang Wang
|
6ab9b1ecd8
|
kafka-1235; Enable server to indefinitely retry on controlled shutdown; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Jun Rao
|
90bea0b12e
|
kafka-1271; controller logs exceptions during ZK session expiration; patched by Jun Rao; reviewed by Guozhang Wang and Jay kreps
|
11 years ago |
Jun Rao
|
d392f56b80
|
trivial change to use the correct path of kafka-clients.jar in kafka-run-class.sh
|
11 years ago |
Joe Stein
|
a8297cc6ca
|
KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao
|
11 years ago |
Joe Stein
|
16c69a844f
|
KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao
|
11 years ago |
Jay Kreps
|
22f76d8b36
|
Fix compile issue from last commit. Oops. :-(
|
11 years ago |
Jay Kreps
|
3f0b67b6ac
|
KAFKA-1252 Implement retries in new producer.
|
11 years ago |
Kostya Golikov
|
f550cc76cd
|
Liars in PrimitiveApiTest that promise to test api in compression mode, but don't do this actually; patched by Kostya Golikov; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Joe Stein
|
dc5a993e67
|
KAFKA-1245 the jar files and pom are not being signed so nexus is failing to publish them patch by Joe Stein; Reviewed by Jun Rao
|
11 years ago |
Joe Stein
|
5be973674f
|
KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede
|
11 years ago |
Guozhang Wang
|
3d830c9ef1
|
KAFKA-1188 Stale LeaderAndIsr request could be handled by the broker on Controller failover; reviewed by Neha, Jun
|
11 years ago |
Jay Kreps
|
7e154a36f7
|
KAFKA-1261 Make it possible to configure the metadata refresh.
|
11 years ago |
Guozhang Wang
|
84a5803a7e
|
KAFKA-1233 Follow up changes to new producer integration test; reviewed by Jay Kreps
|
11 years ago |
Jun Rao
|
b494cd9de6
|
kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
ef1e30bf5b
|
KAFKA-1259 Close blocked only until all messages had been sent not until all acknowledgements had been received.
|
11 years ago |
Jay Kreps
|
e1845ba1d8
|
KAFKA-1257 Only send metadata requests to nodes with no in-flight requests.
|
11 years ago |
Neha Narkhede
|
cdd03d1994
|
KAFKA-1237 Follow up review suggestions on new mirror maker; reviewed by Guozhang Wang
|
11 years ago |