Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 520 Bytes

kafkasampler - Kafka JMeter Extension

Build Status

This extension provides two components:

  • Kafka Producer Sampler: sends messages to Kafka
  • Kafka Client Config: Allows configuration of kafka clients that are used by the sampler.

Install

Build the extension:

gradlew build

Install the extension into $JMETER_HOME/lib/ext:

cp build/libs/kafkasampler-x.y.z.jar $JMETER_HOME/lib/ext