sngular / kloadgen

KLoadGen is kafka load generator plugin for jmeter designed to work with AVRO, JSON and PROTOL-BUFFERS schema Registries.
http://sngular.com
Mozilla Public License 2.0
205 stars 42 forks source link

[Issue]: Parameter values are not taking properly #440

Open ramarajusagi opened 1 month ago

ramarajusagi commented 1 month ago

What happened?

Using Jmeter 5.5 Version and Kloadgen Plugin 5.3.2

I am passing the string parameter values in the field value list, It not picking the input values in sequence order, Its picking the vales dynamically.

I have attached you the screenshots and jmx file for refernce.

Parent Schema: Topic Name: MESSAGING-TEST-BATCH-EVENTS Schema file name: messaging_test_batch_events.proto syntax = "proto3"; package demo;

option java_package = "com.demo.test.batch.proto"; option java_multiple_files = true;

import "messaging_batch_events.proto";

message TestBatchEvent { .demo.DemoBatchEvent test_batch_event = 1; }

Child Schema: Schema file name: messaging_batch_events.proto syntax = "proto3"; package demo;

option java_package = "com.demo.batch.proto"; option java_multiple_files = true;

message DemoBatchEvent { string code = 1; string name = 2; string dept_code = 3; string unit = 4; string flag = 5; }

image

2 1

KloadGen Version

Kloadgen 5.3.2

Relevant log output

No response

Have you added your JMX Testplan or a replica?

Have you added your Schema or a replica?

github-actions[bot] commented 1 month ago

Thank you for collaborating with the project by giving us feedback! In case it applies, it would be helpful if you could attach an example AVRO and an example test plan for us to reproduce the error. Cheers!