You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Log dirs describe, filtered by brokers/topic/partition/logdirs
15
+
* Topic create/delete/describe/list
16
+
* Topic config create/update/list
17
+
* Topic partition add and reassign, replicas movement between log directories is supported
18
+
* Consumer group list/describe/delete
17
19
* Consumer Group Lag check
20
+
* Offset reset by earliest/latest/timestamp
21
+
* Contents view of message by different decoder, avro is also supported
18
22
* Collect JMX metrics from brokers that expose JMX metrics +
19
23
More details refer to https://github.com/gnuhpc/Kafka-zk-restapi/blob/master/docs/JMXCollector.adoc[JMXCollector API Specification]
20
24
* Secure the REST API with Spring Security
@@ -82,7 +86,7 @@ Step 3: Use user controller API to add user to security file security/security.y
82
86
* No need to restart server after adding new user or update user info. Timing thread introduced in Step 1 will refresh the user list according to your settings.
83
87
84
88
=== Support Kafka Version Information
85
-
Currently, this rest api (master branch) supports Kafka 0.10.x brokers. The master branch is the most active branch. We're going to get down to the work of supporting the Kafka 1.x version.
89
+
Currently, this rest api (master branch) supports Kafka 1.1.1 brokers. The master branch is the most active branch.
86
90
87
91
*For 0.11.x, please checkout the branch 0.11.x by calling the command:*
88
92
@@ -96,8 +100,7 @@ __BasePath__ : /
96
100
You can access Swagger-UI by accessing http://127.0.0.1:8121/api
97
101
98
102
99
-
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/master/docs/paths.adoc[API LIST for 0.10]
100
-
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/0.11.x/docs/paths.adoc[API LIST for 0.11.x]
103
+
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/master/docs/paths.adoc[API LIST for 1.1.1]
101
104
102
105
103
106
* kafka-controller : Kafka Api
@@ -106,13 +109,12 @@ You can access Swagger-UI by accessing http://127.0.0.1:8121/api
106
109
* user-controller : User management Api
107
110
108
111
109
-
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/master/docs/definitions.adoc[Data Model Definitions for 0.10]
110
-
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/0.11.x/docs/definitions.adoc[Data Model Definitions for 0.11.x]
112
+
=== https://github.com/gnuhpc/Kafka-zk-restapi/blob/master/docs/definitions.adoc[Data Model Definitions for 1.1.1]
0 commit comments