k8s-AppController icon indicating copy to clipboard operation
k8s-AppController copied to clipboard

Dependency replication

Open istalker2 opened this issue 8 years ago • 0 comments

This change adds ability to replicate dependency with index parameters iterated over arbitrary number of lists.

For each dependency it is now possible to specify map of indexVariableName -> listExpression

listExpression := range|item + [, listExpression] range := number '..' number item := STRING

for example, if for "i: 1..3" the dependency will be replicated into 3 clones, each one of them having argument i set to value in range [1, 3]

This also allows to consume N flow replicas by replicating the dependency that leads to the consumed flow


This change is Reviewable

istalker2 avatar May 21 '17 01:05 istalker2