-
Hi everybody! I am currently testing Benthos with a simple config:
Basically I consume json messages from kafka, wrap them in a custom json format (basically a dict with key "revision_create_event" and value the whole json message) and then I'd like to hit a certain HTTP endpoint, using a value inside the message as part of the URL and Host header. I tried multiple configurations but so far no luck. Any suggestion about how to do it? |
Beta Was this translation helpful? Give feedback.
Answered by
elukey
Oct 11, 2022
Replies: 1 comment
-
Found a way to do it:
Single quotes are important IIUC. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elukey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a way to do it:
Single quotes are important IIUC.