kafka
Kafka topic administration (list, get, create, delete)
📄️ Create Topic
Create a new topic. Admin-only.
📄️ Delete Topic
Delete a topic. Admin-only.
📄️ Get Topic
Get partition info and config overrides for a single topic.
📄️ List Topics
List all topics on the broker with partition + replication info.
📄️ Update Topic Configs
Apply incremental config changes to a topic. Admin-only.
📄️ Update Topic Partitions
Increase the partition count of an existing topic. Admin-only.