Skip to content

Commit 74885f5

Browse files
authored
doc: add map to mvtx example (#3066)
Signed-off-by: Vigith Maurice <[email protected]>
1 parent bd4b057 commit 74885f5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

examples/21-simple-mono-vertex.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ spec:
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

0 commit comments

Comments
 (0)