Enable PartitionRouter and IncrementingCountCursor in the Low-Code Framework #72944
Unanswered
Carl Witt (carlwitt)
asked this question in
Low-code Framework
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It feels like a simple problem to solve – just maintain a cursor for each partition.
I'm fetching various event streams from an /events/{stream} endpoint. I use the partition router to iterate the stream names. The endpoint has a query parameter
startSeqthat I can use for incremental sync.The yaml created by the low code builder looks like this:
Which leads to
Beta Was this translation helpful? Give feedback.
All reactions