Add Change Feed Processor (CFP) support for JavaScript/Node.js
Problem
Reading changes across many partitions in a reactive way is difficult to do because you can only query by partition key. I am always frustrated when a programming language (in this case C#/.NET and Java) is given preferential treatment. I believe there a large number of JavaScript developers using Cosmos DB. We want and need all Cosmos DB features to be available to us. I realize this feature request was proposed by a contributor, ignored, and then closed previously.
Proposed solution
Change Feed Processor pattern allows for subscribing on all changes across many machines, for better throughput.
Next steps
Start planning support for it
Add Change Feed Processor (CFP) support for JavaScript/Node.js
Problem
Reading changes across many partitions in a reactive way is difficult to do because you can only query by partition key. I am always frustrated when a programming language (in this case C#/.NET and Java) is given preferential treatment. I believe there a large number of JavaScript developers using Cosmos DB. We want and need all Cosmos DB features to be available to us. I realize this feature request was proposed by a contributor, ignored, and then closed previously.
Proposed solution
Change Feed Processor pattern allows for subscribing on all changes across many machines, for better throughput.
Next steps
Start planning support for it