2

I want to do the Load/Performance Test of Kafka Topics using Jmeter. Scenarios: Request to Kafka Read Response from Kafka Request to Kafka Read Response from other MQ Request to other MQ read response from Kafka

Could anyone help with how we can achieve this, any setup or anything?

Sagar Wadhwa
  • 103
  • 1
  • 3
  • 8

1 Answers1

2
  1. To send message to Kafka:

  2. To read message from Kafka:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133