Pre-requisites for Monitoring Apache Kafka Message System

Before attempting to manage and monitor Apache Kafka Message System, make sure that the following pre-requisites are fulfilled:

Note:

Collection of metrics for Kafka Service Availability test requires a Topic name to be configured and user should create this topic as part of eG monitoring aspect. The steps to create Topic name is given below:

For Windows, execute the command as

C:\Program Files\Kafka\bin\windows\kafka-topics.bat --create --topic eGSampleTopicForTest -–bootstrap-server localhost:9092 --replication-factor 1 --partitions 4

For Linux, execute the command as

/opt/kafka/bin/kafka-topics.sh --create --topic eGSampleTopicForTest --bootstrap-server localhost:9092 --replication-factor 1 --partitions 4