Neha Narkhede
|
d6303ec79e
|
KAFKA-1233 Adding the new test file
|
11 years ago |
Guozhang Wang
|
a0939f412d
|
KAFKA-1233 Integration test for the new producer; reviewed by Jay Kreps and Neha Narkhede
|
11 years ago |
Neha Narkhede
|
71e21c6bac
|
KAFKA-1237 mirror maker using 08 consumer and 09 producer; reviewed by Jay Kreps and Joel Koshy
|
11 years ago |
Jay Kreps
|
6b80dbb97b
|
KAFKA-1236 Fix various breakages in the perf tests. Make the producer test use either the old or the new producer.
|
11 years ago |
Jay Kreps
|
02bb382621
|
Fix bug in ByteBufferSend that lead to incorrect complete() method.
|
11 years ago |
Jay Kreps
|
d2ec321a03
|
KAFKA-1238 Move metadata req/resp parsing into its own classes and avoid updating cluster metadata if there are no available nodes.
|
11 years ago |
Jay Kreps
|
962b5475cb
|
KAFKA-1241 Better error message for underflow on read of struct.
|
11 years ago |
Joe Stein
|
8014b6ff69
|
KAFKA-1158 run rat is not needed this is documented now in the release not part of the server running
|
11 years ago |
Neha Narkhede
|
1a7048d41b
|
KAFKA-330 Delete topic followup - more tests and Joel's review comments
|
11 years ago |
Jun Rao
|
36eae8f63c
|
trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao
|
11 years ago |
Jun Rao
|
52614ad65e
|
kafka-1171; Gradle build for Kafka; patched by David Arthur, Joe Stein, Chris Freeman and Jun Rao; reviewed by Guozhang Wang, Joel Koshy and Neha Narkhede
|
11 years ago |
Neha Narkhede
|
8c9a7811c4
|
Minor fix for delete topic
|
11 years ago |
Jun Rao
|
1032bf7405
|
kafka-1232; make TopicCommand more consistent; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede
|
11 years ago |
Neha Narkhede
|
167acb832d
|
KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy
|
11 years ago |
Jay Kreps
|
fa6339c19c
|
Rename client package from kafka.* to org.apache.kafka.*
|
11 years ago |
Jay Kreps
|
3220af1fe2
|
TRIVIAL: Fix misc. numerical issues in histogram.
|
11 years ago |
Sriram Subramanian
|
2d848c5ae0
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Jay Kreps
|
253f86e310
|
Implement a few of the API suggestions from the mailing list.
|
11 years ago |
Moritz Schwörer
|
c9052c5ff5
|
trivial typo fix; patched by Moritz Schwörer; reviewed by Jun Rao
|
11 years ago |
Jason Rosenberg
|
74b42a8f81
|
KAFKA-1164 kafka should depend on snappy 1.0.5 (instead of 1.0.4.1); reviewed by Neha Narkhede
|
11 years ago |
Ahmy Yulrizka
|
2b0c6a7d7b
|
kafka-1228; Socket Leak on ReplicaFetcherThread; patched by Ahmy Yulrizka; reviewed by Jun Rao
|
11 years ago |
Evelina Stepanova
|
9c1d8e35c5
|
KAFKA-1184 High-Level Consumer: expose fetcher threads number as a parameter; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
269d16d3c9
|
KAFKA-1227 New producer!
|
11 years ago |
Sriram Subramanian
|
3f473566ab
|
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 |
Joel Koshy
|
26a02c32dd
|
KAFKA-1055 BrokerTopicStats should distinguish between messages received and messages actually appended (i.e., not dropped for various reasons).
|
11 years ago |
Philp K. Warren
|
c9028ad8c5
|
kafka-1214; Support arguments to zookeeper-shell.sh script; patched by Philp K. Warren; reviewed by Jun Rao
|
11 years ago |
Ailing Zhang
|
e1f7bea157
|
kafka-1205; README in examples not update; patched by Ailing Zhang; reviewed by Jun Rao
|
11 years ago |
Guozhang Wang
|
c2ed6415fc
|
kafka-1208; Update system test still to use kafka-topics instead of kafka-create-topics shell; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Jun Rao
|
855340a2e6
|
kafka-1202; optimize ZK access in KafkaController; also incorporating fixes in kafka-1020; patched by Jun Rao and Guozhang Wang; reviewed by Neha Narkhede and Joel Koshy
|
11 years ago |
Joe Stein
|
d401292abb
|
KAFKA-1200 inconsistent log levels when consumed offset is reset patch by Dima Pekar reviewed by Joe Stein
|
11 years ago |
Neha Narkhede
|
d2e2c607d1
|
KAFKA-1199 Add a reduced access log level; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Jun Rao
|
f63e3f7306
|
kafka-1074; Reassign partitions should delete the old replicas from disk; patched by Jun Rao; reviewed by Jay Kreps, Neha Narkhede and Guozhang Wang
|
11 years ago |
Guozhang Wang
|
15f3c8417e
|
kafka-1198; NullPointerException in describe topic; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Neha Narkhede
|
3f88be6318
|
KAFKA-1187 Controller should retry connecting to brokers to send state change requests; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Neha Narkhede
|
a119f532c8
|
Rebased from trunk to resolve conflicts between KAFKA-1185 and KAFKA-930
|
11 years ago |
Neha Narkhede
|
10fa20001d
|
KAFKA-1185 Improve leader elector module to have a resign API; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Sriram Subramanian
|
b23cf1968f
|
KAFKA-930 leader auto rebalance feature; reviewed by Neha Narkhede, Jun Rao and Guozhang Wang
|
11 years ago |
Sriram Subramanian
|
72610d1fc0
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Sriram Subramanian
|
e88f1acdaa
|
some more changes
|
11 years ago |
Sriram Subramanian
|
425af9b4a7
|
use zk for auto rebalance
|
11 years ago |
Neha Narkhede
|
b5d16871c0
|
KAFKA-1139 Topic data change handling callback should not call syncedRebalance directly; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Neha Narkhede
|
dd58d753ce
|
KAFKA-1134 onControllerFailover function should be synchronized with other functions; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
169a79e687
|
KAFKA-1142 Patch review tool should take diff with origin from last divergent point; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
6bc290f66d
|
KAFKA-1178 Replica fetcher thread dies while becoming follower; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Sriram Subramanian
|
55d77c67c2
|
Address code review feedbacks
|
11 years ago |
Neha Narkhede
|
32aae7202c
|
KAFKA-1170 ISR can be inconsistent during partition reassignment for low throughput partitions; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Neha Narkhede
|
876cfdb597
|
KAFKA-1167 Improve the kafka-topics tool to list the topics with overridden configs; reviewed by Jun Rao
|
11 years ago |
Jun Rao
|
7dee06ee99
|
kafka-1169; missing synchronization in access to leaderCache in KafkaApis; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Jun Rao
|
8a2ba3f6f2
|
kafka-1168; OfflinePartitionCount in JMX can be incorrect during controlled shutdown; patched by Jun Rao; reviewed by Swapnil Ghike
|
11 years ago |
Swapnil Ghike
|
6c36beef87
|
minor fix for KAFKA-1152; ReplicaManager's handling of the leaderAndIsrRequest should gracefully handle leader == -1; patched by Swapnil Ghike; reviewed by Jun Rao
|
11 years ago |