Ahmed Farghal
Ahmed Farghal
This fixes #97. This bug is triggered if the pattern has a year in the future but the day/month older than the date in `after`, resulting in no upcoming dates...
Partial progress on ClusterState ClusterState is a new data structure maintained by ClusterController. ClusterState is established by a scatter-gather request (GetProcessorsState) to all workers. For every worker, partition processor manager...
Unify RpcStyle message routing Introduces types that makes it easier to perform Rpc-like interactions with Networking. - `RpcMessage` trait marks messages that carry a `CorrelationId`. A sane default correlation id...
Attach to cluster controller through Networking This PR includes: - Attachment of PPM to cluster controller now use Networking - PPM observes partition processor status through a buffered watch mechanism...
Creation timestamp on journal entries help contextualize and visualize invocation execution progress
Whether an invocation succeeds or fails, having the invocation id in the response header enable users to investigate issue, or re-attach to the invocation if a transient error was returned...
In addition to supporting blocking sync calls on ingress, I propose we transparently generate APIs for service methods where the user can start the invocation and get an invocation ID...
At the moment if we Ctrl+C when choosing an example, the CLI panics. We should just abort cleanly (see how we do this in deployment registration prompt for reference) ```...