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 ParallelProducer #36

Merged
merged 1 commit into from
Jun 1, 2019
Merged

Add ParallelProducer #36

merged 1 commit into from
Jun 1, 2019

Conversation

bartelink
Copy link
Collaborator

Caters for cases where one needs:

  • Range-driven Ingestion (with async progress checkpointing), e.g. from CosmosDb's ChangeFeedProcessor
  • the ability to produce messages to Kafka based on the inputs

But does not need:

  • ordering or deduplication as Streams based algorithms provide
  • Stream-level isolation
  • Coalescing of events within a stream

@bartelink bartelink merged commit 8528b6d into v1 Jun 1, 2019
@bartelink bartelink deleted the propulsion branch June 1, 2019 07:25
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