jMeter 5.x and Kafka 2.x support.
See original GitHub issueHello, I’m trying to make this work on JMeter 5.2.1 & Kafka 2.4.0I installed using brew on my mac and even when I put the JAR file on the folder “/usr/local/Cellar/jmeter/5.2.1/libexec/lib/ext” … When I do right click on the thread group, add -> config element… Pepperbox is missing.
I notice that all screencaps I see are from JMeter 3… this plugin works with 5.x?
I tried the command mvn clean install -Djmeter.version=5.2.1 -Dkafka.version=2.4.0
but at the end I get this error
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/smoneta/github/pepper-box/src/main/java/com/gslab/pepper/sampler/PepperBoxKafkaSampler.java:[19,40] cannot find symbol symbol: class SecurityProtocol location: package org.apache.kafka.common.protocol [ERROR] /Users/smoneta/github/pepper-box/src/main/java/com/gslab/pepper/input/SchemaParser.java:[7,31] package org.apache.commons.lang does not exist [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:46 min [INFO] Finished at: 2020-02-18T09:45:16-03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project pepper-box: Compilation failure: Compilation failure: [ERROR] /Users/smoneta/github/pepper-box/src/main/java/com/gslab/pepper/sampler/PepperBoxKafkaSampler.java:[19,40] cannot find symbol [ERROR] symbol: class SecurityProtocol [ERROR] location: package org.apache.kafka.common.protocol [ERROR] /Users/smoneta/github/pepper-box/src/main/java/com/gslab/pepper/input/SchemaParser.java:[7,31] package org.apache.commons.lang does not exist [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Any updates on this? Facing similar issue
Same on latest version. ¿Project Dead?