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

Passing MetaData beween User Defined Code #2255

Open
RohanAshar opened this issue Dec 3, 2024 · 0 comments
Open

Passing MetaData beween User Defined Code #2255

RohanAshar opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RohanAshar
Copy link
Contributor

Summary

We need a mechanism to pass metadata between user defined code. We have a usecase where we want to use Numaflow monovertex to route between multiple kafka topics. We have a transformer that has the business logic to determine the route but we dont have a way to pass that information to sink to actually route it. We thought about using headers but as they are immutable we cant use that.

As a stop gap we are using keys to propagate this info.

Use Cases

When would you use this?


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@RohanAshar RohanAshar added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant