Please enable JavaScript.
Coggle requires JavaScript to display documents.
Administering Kafka - Coggle Diagram
Administering Kafka
Topic Operations
Create
Alter "Add Partition"
Delete
list Topics
Describe
topics with overrides
under-replicated
unavailable
Consumer Groups
list and describe groups
Delete Group
you can delete offsets only
Offset management
export offsets
import offsets
Partition Management
Preferred replica election
the first leader is the preferred one
Changing partition's replicas
partition not balanced
offline broker
new broker
kafka-reassign-partitions.sh
Changing replication factor
Unsafe Operations
moving the cluster controller
killing a partition move
Deleting topics manually
Consuming and Producing
Console Consumer
to consume
broker list
topic
single topic
whitelist
blacklist
Configurations
from beginning
max messages
partition
Properties
print.timestamp
print.key
key.separator
line.separator
key.deserializer
value.deserializer
Console Producer
to produce
broker lisr
topic
properties
key.serializer
value.serializer
conpression codec
sync
Line reader options
ignore error
parse key
key separator
Dynamic Configuration Changes