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

key of event in the HTTP request #103

Open
raphaelauv opened this issue May 31, 2022 · 2 comments
Open

key of event in the HTTP request #103

raphaelauv opened this issue May 31, 2022 · 2 comments
Labels
question Further information is requested

Comments

@raphaelauv
Copy link
Contributor

Hello I would like to propagate the kafka event key in the HTTP request , is there any way ?
Thanks

@ivanyu
Copy link
Collaborator

ivanyu commented May 31, 2022

Hi
Unfortunately, no, it's currently not implemented.

@jeqo
Copy link
Contributor

jeqo commented Jul 5, 2023

@raphaelauv maybe a combination of transforms may get you there -- though not sure the default ones are enough thou.

e.g. you may use ExtractField + Cast to get your key in shape to be inserted in to the field. To add key into the value is not supported by InsertField IIUC (maybe an improvement to add on the default transforms? or a new transform to propose here?)

@jeqo jeqo added the question Further information is requested label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants