Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Unable to send message through Producer #446

Open
2 tasks done
sushmatshetty opened this issue Dec 9, 2024 · 0 comments
Open
2 tasks done

[Issue]: Unable to send message through Producer #446

sushmatshetty opened this issue Dec 9, 2024 · 0 comments

Comments

@sushmatshetty
Copy link

sushmatshetty commented Dec 9, 2024

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"

      "Test"
    ]
  }
},
{
  "name": "date",
  "type": {
    "type": "long",
    "logicalType": "timestamp-millis"
  }
},
{
  "name": "customerId",
  "type": {
    "type": "string",
    "logicalType": "uuid"
  }
},
{
  "name": "sourceRecord",
  "type": [
    "null",
    "string"
  ]
},
{
  "name": "createdBy",
  "type": [
    "null",
    "string"
  ]
},
{
  "name": "createdOn",
  "type": [
    "null",
    {
      "type": "long",
      "logicalType": "timestamp-millis"
    }
  ]
},
{
  "name": "modifiedBy",
  "type": [
    "null",
    "string"
  ]
},
{
  "name": "modifiedOn",
  "type": [
    "null",
    {
      "type": "long",
      "logicalType": "timestamp-millis"
    }
  ]
},
{
  "name": "visibility",
  "type": [
    "null",
    {
      "type": "enum",
      "name": "Visibility",
      "symbols": [
        "Private",
        "Public"
      ]
    }
  ]
},
{
  "name": "isActive",
  "type": [
    "null",
    "boolean"
  ]
}

]

KloadGen Version

kloadgen-5.6.13

Relevant log output

No response

Have you added your JMX Testplan or a replica?

  • I have added a JMX testplan

Have you added your Schema or a replica?

  • I have added the Schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant