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

kafka streams headers in the produce step #1

Open
JacHub opened this issue Oct 21, 2019 · 1 comment
Open

kafka streams headers in the produce step #1

JacHub opened this issue Oct 21, 2019 · 1 comment

Comments

@JacHub
Copy link

JacHub commented Oct 21, 2019

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"
      }
@authorjapps
Copy link
Owner

@JacHub This is currently not supported, this is yet be implemented and it's in our list of TODOs. We will raise an issue and fix this.

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

2 participants