Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add StreamsProducer + StreamsConsumer #35

Merged
merged 1 commit into from
Jun 1, 2019
Merged

Add StreamsProducer + StreamsConsumer #35

merged 1 commit into from
Jun 1, 2019

Conversation

bartelink
Copy link
Collaborator

@bartelink bartelink commented May 31, 2019

Implements components to enable pipelines that accommodate:

  • merging and buffering by stream
  • having a separated Ingester task to manage the buffering and asynchronous Document parsing necessitated by the push-pull model of the CosmosDb ChangeFeedProcessor
  • writing progress asynchronously

The design and implementation is intentionally in line with that used in the ParallelConsumer, in order that it can slot into the same ConsumerPipeline for Kafka (and similar arrangements for CosmosDb etc)

@bartelink bartelink marked this pull request as ready for review May 31, 2019 18:31
@bartelink bartelink changed the title Add StreamsPropulsion + StreamsConsumer Add StreamsProducer + StreamsConsumer Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant