Support env
type values in topic fields
#34
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
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) andenv
types.The
env
type would then allow the topic to be set to something likefoo-${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.
The text was updated successfully, but these errors were encountered: