Apache Kafka
Topics Commands
Kafka topics are the fundamental unit for organizing messages. Learn to create, configure, and manage topics for your streaming applications.
7 commands
Pro Tips
Partition count can only be increased, not decreased. Plan capacity ahead.
Use consistent topic naming conventions like domain.entity.event.
Common Mistakes
Topic deletion is permanent. Ensure consumers are stopped first.