Skip to content

models,ops: add a task flags mechanism for runtime feature flags#2786

Open
jgraettinger wants to merge 1 commit intomasterfrom
johnny/task-flags
Open

models,ops: add a task flags mechanism for runtime feature flags#2786
jgraettinger wants to merge 1 commit intomasterfrom
johnny/task-flags

Conversation

@jgraettinger
Copy link
Member

flags are a string => string mapping defined on a ShardTemplate, are projected to estuary.dev/flag/* shard labels and values, and are parsed into the ops.ShardLabeling used from the Rust or Go runtime.

They'll be used for future low-level behavior flags that we don't want to make part of the public interface (at least, not yet).

`flags` are a string => string mapping defined on a ShardTemplate,
are projected to estuary.dev/flag/* shard labels and values,
and are parsed into the ops.ShardLabeling used from the Rust or Go
runtime.

They'll be used for future low-level behavior flags that we don't
want to make part of the public interface (at least, not yet).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant