File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # kafka_data_viewer
1+ # Kafka Data Viewer
22
3- Desktop UI Tool that providing ability to read and publish kafka records.
3+ Desktop UI Tool for Kafka that provides ability to read and publish kafka records.
44
55# Description
66
7- Functionality includes setup of necessary connections and connect to .
7+ Functionality includes setup of list necessary connections and connect particular Kafka cluster .
88
9- When connected:
9+ When connected you can use :
1010
11- - Logging mode - allows to listen for selected topics
11+ - Logging mode - allows to subscribe and listen for selected topics
1212
1313- Read mode - allows to query particular topic
1414
1515- Producer mode - allows to publish the message to specified topic
1616
17- Supported formats are :
17+ The application supports different message encodings, the currently supported :
1818
1919- String
2020- GZIP
2121- Avro
2222
2323# Download
2424
25- The read-to-use bundle can be downloaded at github releases page:
25+ The read-to-use binary bundle can be downloaded at github releases page:
2626
2727https://github.com/alshpak/kafka_data_viewer/releases
2828
@@ -46,6 +46,6 @@ Link to Download: https://gluonhq.com/products/javafx/
4646
4747` java --module-path <path.to>/javafx-sdk-11/lib/ --add-modules=javafx.controls -jar <jar_name> [-n defaultGroupName] `
4848
49- The example on windows
49+ The example on command line for windows:
5050
5151` java --module-path "C:\Program Files\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls -jar kafka_data_viewer-all-<version>.jar `
You can’t perform that action at this time.
0 commit comments