- run: docker compose up
- bash container: docker exec -it bash
- list topic: /usr/bin/kafka-topics --bootstrap-server localhost:9092 --list
- update topic: /usr/bin/kafka-topics --alter --topic demo --partitions 2 --bootstrap-server localhost:9092
- detail topic: /usr/bin/kafka-topics --bootstrap-server localhost:9092 --describe --topic
- create topic: /usr/bin/kafka-topics --bootstrap-server localhost:9092 --create --topic --partitions 3 --replication-factor 1
- delete topic: /usr/bin/kafka-topics --bootstrap-server localhost:9092 --delete --topic
-
Notifications
You must be signed in to change notification settings - Fork 0
vandat-dev/kafka
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published