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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Kafka Web Console is a Java web application for monitoring [Apache Kafka](http:/
32
32
33
33
***
34
34
35
-
Furthermore, the console provides a JSON API.
35
+
Furthermore, the console provides a JSON API described in [RAML](/public/api-console/kafka-web-console.raml). The API can be tested using the embedded API Console accessible through the URL http://*[hostname]*:*[port]*/api/console.
36
36
37
37
Requirements
38
38
---
@@ -55,7 +55,7 @@ Getting Started
55
55
- Apache Derby
56
56
- Microsoft SQL Server
57
57
58
-
Changing the database might necessitate making minor changes to the DDL found in *conf/evolutions/default* to accommodate the new database.
58
+
Changing the database might necessitate making minor modifications to the DDL found in *conf/evolutions/default* to accommodate the new database.
59
59
60
60
2. Before you can monitor a broker, you need to register the Zookeeper server associated with it:
0 commit comments