Apache Kafka Producer layer

Using the tests associated with the Apache Kafka Producer layer (see Figure 1), you can monitor the following:

  • Average number of network operations (reads or writes) on all broker's connection to the producer.

  • Average latency observed due to re-authentication.

  • Average time spent by the record batches in the sent buffer.

  • Number of in-flight requests awaiting a response.

  • Average number of requests sent to the broker per second.

  • Average number of requests received from the broker per second.

Figure 1 : The list of tests associated with the Apache Kafka Producer layer