Kafka Administration
Series of advanced tutorials on important Kafka administration subjects
This section represents concepts you will need to master as you start creating a Kafka cluster and deploying your applications in production:
Kafka Broker & Client Upgrades: what are the best practices regarding upgrading your Kafka clients and your Kafka brokers?
Kafka Security: an overview of what security looks like in Kafka
Kafka Monitoring and Operations: what are important metrics and operations in Kafka?
Kafka Cluster Setup Overview: how many brokers, where are they located?
Kafka Multi-Cluster and MirrorMaker: replication architectures in Kafka
Kafka Advertised Host Setting: how to ensure clients can connect to Kafka?
Happy learning!
PreviousConsumer Incremental Rebalance & Static Group Membership
NextKafka Broker & Client Upgrades