SchemaParser.java:[7,31] package org.apache.commons.lang does not exist
Hello guys,
I'd like to use JMeter to test Kafka 2.2.0 or even 2.3.0. I tried to compile with Maven but get error.
[ERROR] /[path]/pepper-box/src/main/java/com/gslab/pepper/input/SchemaParser.java:[7,31] package org.apache.commons.lang does not exist
I tried like so.
mvn clean install -Djmeter.version=5.2.1 -Dkafka.version=2.2.0
I used the jmeter5.0_kafka1.1.0 branch but it did not work.
Can we even use this plug-in for Kafka 2.0 and above or is it for Kafka 1.x.x only?
Best regards Skrzetuski
Let me test and revert back.
@mtNachiket Hey! I'm facing the same issues. Is there a solution?
Same issue here... ANy update on this?
Just an update on this.
I managed to build it without any parameter. Just mvn clean install and I got it working using Jmeter 5.x and Kafka 2.4.
Just mvn clean install worked for me as well. Thanks for the tip.