Installation ############ Kafka Python ************ The Kafka Manager depends on the `kafka-python `_ library to communicate with Apache Kafka. To install Kafka Manager and its dependencies, use pip: .. code:: bash pip install kafka-python The following command will install `kafka-python `_ package, which provides the necessary functionality for: * Connecting to Kafka Brokers. * Producing messages to Kafka Topics. * Consuming messages from Kafka Topics. Kafka Manager ************* Install `kafka-manager `_ using the following pip package: .. code:: bash pip install kafka-manager