Skip to content

Docs on ManualInputConfig and ManualOutputConfig? #242

Closed Answered by davidselassie
danthegoodman1 asked this question in Q&A
Discussion options

You must be logged in to vote

In our latest release, v0.16 we have changed Bytewax's API for input and output to better match the common "partitioned input" use case and to have a data model for IO that will eventually allow re-scaling the execution cluster. Unfortunately, we haven't been able to go back and update all of our blog posts with the new APIs yet.

In summary ManualInputConfig and ManualOutputConfig no longer exist and have been most-directly replaced by DynamicInput and DynamicOutput but the latter can not support persisting state across failures. There is a new PartitionedInput and PartitionedOutput that have APIs that help you write correctly functioning connectors over failures which was very hard to do…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davidselassie
Comment options

@danthegoodman1
Comment options

Answer selected by davidselassie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants