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

Support env type values in topic fields #34

Open
knolleary opened this issue Jul 3, 2023 · 1 comment
Open

Support env type values in topic fields #34

knolleary opened this issue Jul 3, 2023 · 1 comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do size:S - 2 Sizing estimation point

Comments

@knolleary
Copy link
Member

Description

To make it easier to construct topics using env vars, we should enhance the topic field to be a TypedInput with support for both string (default) and env types.

The env type would then allow the topic to be set to something like foo-${SOME_ENV_VAR}.

The workaround is to set a Flow level env var to that value, and then reference that env var in the Project Node.

@knolleary knolleary added size:S - 2 Sizing estimation point feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Jul 3, 2023
@Steve-Mcl
Copy link
Contributor

To clarify:

We should change the topic field to a typedInput and permit "str", "env" on the subscriptions (link call, link-in)

What about the pubs (i.e. link-out) - might we want to support msg as well (to permit user to set the topic dynamically via msg.topic for example)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do size:S - 2 Sizing estimation point
Projects
Status: No status
Development

No branches or pull requests

2 participants