Skip to content

xxm404/k-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kafka manage console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages