We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
@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.
TODOs
Sorry, something went wrong.
No branches or pull requests
I think it is not possible to define headers in the producer json. Something like this:
The text was updated successfully, but these errors were encountered: