Replies: 1 comment
-
Hey @pritster5 👋
Those remain unchanged. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, is it possible to dedupe batched messages conditionally inside an s3 output? I'm trying to do something like this:
but I'm not sure if the switch/check clause prevents any messages that do NOT satisfy the condition from processing. Do I need to add some kind of default case after the check?
Beta Was this translation helpful? Give feedback.
All reactions