k-console

command module
v0.0.0-...-c669420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

README

k-console

Kafka manage console

QuickStart

  1. Start Kafka
cd k-console/ && docker-compose up -d
  1. Run
cd k-console/ && KAFKA_STRING=localhost:9094 go run .
  1. 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: {}
  1. Swagger

Open http://127.0.0.1:7777/swagger/index.html in browser

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL