Jmeter property function not taken in Config Element
See original GitHub issueHi, i try ot use your plugin with the $__P
function in order to externalize my kafka environment values, but it seems that the configuration don’t get the jmeter parameters (see https://jmeter.apache.org/usermanual/functions.html#__P) :
Here is my configuration :
Here is my jmeter command line
jmeter -JSCHEMA_REGISTRY_URL=<URL> -JCLUSTER_API_KEY=<API_KEY> -JCLUSTER_API_SECRET=<CLUSTER_API_SECRET>
This is working with other sampler / native jMeter config element
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
Top Results From Across the Web
User's Manual: Functions and Variables - Apache JMeter
Variables are local to a thread; properties are common to all threads, and need to ... This function does not work in any...
Read more >JMeter - Property File Reader - A custom config element
In the JMETER_HOME/bin folder, we have a jmeter. properties file which has JMeter specific properties to set logging configuration, HTTPClient configuration, ...
Read more >Are there any advanced options of setting values of properties ...
I got test.properties file for my jmeter test. It contains some enviro property=value pairs and those work nicely. ... When I use "hardcoded" ......
Read more >Top 10 JMeter Plugins You Need | Blazemeter by Perforce
This feature gives us the ability to process a JMeter property called 'load_profile'. This property specifies a load pattern with a set of ......
Read more >Apache JMeter - User's Manual: Functions and Variables
If an undefined function or variable is referenced, JMeter does not report/log an error - the reference is returned unchanged. For example if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @M3lkior ! Sorry for the late answer, I was working on this. I added support to check the properties for both the Schema Registry field and the Schema Registry properties table in the 119 branch. Once we double check everything is correct we will merge it with master.
Greetings!
Hi @M3lkior,
at the moment we don’t have support for variable handling in the other properties than the message generation. But I’ll add it into our roadmap, since looks an important point.
We will try to handle it asap.
Cheers!!