reactor-cpp
reactor-cpp copied to clipboard
A C++ framework for writing reactor programs
One very common use case would be feature additions to reusable reactors. This would lead to a new version of components available and users could opt to switch to a...
Apart from supporting scaling a deployment, we should let users add new components to a production system (these are the components that were not part of the original deployment and...
Users should be able to add servers to existing POPs or even add a new POP altogether in the system. For example, when we increase the number of servers in...
Let’s reconsider the design of an already defined server (shown below)  In terms of capabilities there would be servers that have multiple SSDs, multiple DRAMs (with CXL evolving real...
Referring to the example from User Story 1-1, users should be able to individually configure each reactor of the topology as per their requirements. For example, configuring load balancers in...
Let’s explain this with an example and formulate the problem. In this following topology we want to have 2 POPs, POP-0 with 2 Servers, and POP-1 with a single server....
This is the issue tracker for the mutations work inside reactor-cpp. ## Issues & User Stories - [ ] 1.) Setting up truly heterogeneous topology - [ ] 1.1.) Individually...