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 Projection library and eqx project tool-command #87

Merged
merged 31 commits into from
Feb 8, 2019
Merged

Conversation

bartelink
Copy link
Collaborator

@bartelink bartelink commented Jan 17, 2019

This PR adds a CosmosDb-specific projection facility based on Microsoft's ChangeFeedProcessor library.

ChangeFeedProcessor:

Kafka Projector:

  • Provide a basic Kafka publisher impl in e.g. in an Equinox.Projection.Kafka
  • Checkpointing needs to be surfaced in a way such that we checkpoint on high watermark of what's confirmed accepted into kafka (the kafka acks may be out of order)
  • Likely also add aneqx project cosmos kafka option that will provide a baseline projector facility
  • Provide a -k switch https://github.com/jet/dotnet-templates that builds on the basic eqxprojector, providing a basis for customization based on the eqx project cosmos kafka feature

The Kafka support targets Confluent.Kafka 1.1.0-beta3

@bartelink bartelink changed the title Add Projection library and eqx command Add Projection library and eqx project tool-command Jan 17, 2019
@bartelink bartelink force-pushed the master branch 5 times, most recently from cfd9f33 to dbc1ba2 Compare January 19, 2019 22:32
@bartelink bartelink force-pushed the master branch 6 times, most recently from faf729b to 93d1674 Compare January 21, 2019 14:26
@bartelink bartelink force-pushed the prj branch 6 times, most recently from 4a114d8 to 67276a7 Compare January 24, 2019 17:35
@CLAassistant
Copy link

CLAassistant commented Jan 25, 2019

CLA assistant check
All committers have signed the CLA.

@bartelink bartelink merged commit 8e77129 into master Feb 8, 2019
@bartelink bartelink deleted the prj branch February 8, 2019 13:04
@bartelink bartelink mentioned this pull request Jun 7, 2019
3 tasks
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.

5 participants