You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a topic (avro schema), I need to send message and use that output. I have the test plan with the required fields but nothing works. Java Request.jmx.zip
What happened?
I have a topic (avro schema), I need to send message and use that output. I have the test plan with the required fields but nothing works.
Java Request.jmx.zip
"type": "record",
"name": "abc",
"namespace": "xyz",
"fields": [
{
"name": "sourceId",
"type": "string"
},
{
"name": "sourceSystem",
"type": {
"type": "enum",
"name": "SourceSystem",
"symbols": [
"Example"
]
}
},
{
"name": "sourceType",
"type": {
"type": "enum",
"name": "SourceType",
"symbols": [
"a",
"c",
"s",
"c"
]
KloadGen Version
kloadgen-5.6.13
Relevant log output
No response
Have you added your JMX Testplan or a replica?
Have you added your Schema or a replica?
The text was updated successfully, but these errors were encountered: