question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jmeter property function not taken in Config Element

See original GitHub issue

Hi, 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 :

image

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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Rivarsalcommented, Sep 8, 2021

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!

1reaction
kszoszecommented, Sep 2, 2021

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!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found