Skip to content

Commit

Permalink
chore: add transformer to MonoVertex example (#1935)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith authored Aug 13, 2024
1 parent 2017f0c commit 13d917e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/21-simple-mono-vertex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ spec:
udsource:
container:
image: quay.io/numaio/numaflow-java/source-simple-source:stable
# transformer is an optional container to do any transformation to the incoming data before passing to the sink
transformer:
container:
image: quay.io/numaio/numaflow-rs/source-transformer-now:stable
sink:
udsink:
container:
Expand Down

0 comments on commit 13d917e

Please sign in to comment.