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

Change Feed Processor support #4808

Closed
1 task
christopheranderson opened this issue Aug 20, 2019 · 5 comments
Closed
1 task

Change Feed Processor support #4808

christopheranderson opened this issue Aug 20, 2019 · 5 comments
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos feature-request This issue requires a new behavior in the product in order be resolved.

Comments

@christopheranderson
Copy link
Contributor

Support the equivalent of Change Feed Processor in JS lib

Problem

Reading changes across many partitions in a reactive way is difficult to do because you can only query by partition key.

Proposed solution

Change Feed Processor pattern allows for subscribing on all changes across many machines, for better throughput.

Next steps

  • Implement initial support
@syedhassaanahmed
Copy link

syedhassaanahmed commented May 7, 2020

+1 on CFP support in JS SDK

@ramya-rao-a ramya-rao-a added Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. labels Jul 20, 2020
@ramya-rao-a ramya-rao-a added this to the Backlog milestone Jul 20, 2020
@snuffykl
Copy link

snuffykl commented Sep 7, 2021

@ramya-rao-a Is there any update when change feed processor is coming in to cosmos sdk js ?

@christopheranderson
Copy link
Contributor Author

Not as of yet. CFP is a relatively complex thing to build & maintain and Azure Functions has been satisfying many Node.js customers for event driven applications. Would you mind sharing your use case that needs CFP and Azure Functions isn't a viable choice?

@masterashu-motorq
Copy link

Are there any updates on this?

Copy link

Hi @christopheranderson, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2024
@xirzec xirzec removed this from the Backlog milestone May 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

No branches or pull requests

6 participants