Skip to content

kafka streams headers in the produce step #1

@JacHub

Description

@JacHub

I think it is not possible to define headers in the producer json. Something like this:

"steps": [
    {
      "name": "produce_step",
      "url": "kafka-topic:xxxx",
      "operation": "produce",
      "request": {
        "records": [
          {
            **"headers": [
               {"type": "aaa"}
            ],**
            "key": "577152c4-26d2-4479-ae05-a7272fa81eea",
            "value": "{\"eventId\":\"577152c4-26d2-4479-ae05-a7272fa81eea\"}"
          }
        ]
      },
      "assertions": {
        "status": "Ok"
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions