command
module
Version:
v0.0.0-...-c669420
Opens a new window with list of versions in this module.
Published: Dec 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
k-console
Kafka manage console
QuickStart
- Start Kafka
cd k-console/ && docker-compose up -d
- Run
cd k-console/ && KAFKA_STRING=localhost:9094 go run .
- Test
curl 127.0.0.1:7777:/ping
# output: {"message":"pong"}
curl 127.0.0.1:7777/api/v1/topics
# output: {}
curl 127.0.0.1:7777/api/v1/groups
# output: {}
- Swagger
Open http://127.0.0.1:7777/swagger/index.html
in browser
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
Package docs Code generated by swaggo/swag.
|
Package docs Code generated by swaggo/swag. |
Click to show internal directories.
Click to hide internal directories.