File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 77 udsource :
88 container :
99 image : quay.io/numaio/numaflow-rs/simple-source:stable
10- # transformer is an optional container to do any transformation to the incoming data before passing to the sink
10+ # transformer is an optional container to do any transformation
1111 transformer :
1212 container :
1313 image : quay.io/numaio/numaflow-rs/source-transformer-now:stable
14+ # map is an optional container to do any map operations (available from Numaflow Version 1.7)
15+ udf :
16+ container :
17+ image : quay.io/numaio/numaflow-go/map-cat:stable
18+ imagePullPolicy : IfNotPresent
1419 sink :
1520 udsink :
1621 container :
17- image : quay.io/numaio/numaflow-rs/sink-log:stable
22+ image : quay.io/numaio/numaflow-rs/sink-log:stable
You can’t perform that action at this time.
0 commit comments