Till Rohrmann

Results 188 issues of Till Rohrmann

Right now, the server mixes internal traces with traces belonging to service invocations (which it generates on behalf of the service invocations). This mixes two concerns: Server tracing and logical...

onboarding

This is an umbrella issue to track the work of implementing the [distributed architecture based on the shared log API](https://docs.google.com/document/d/1Or4MxaVXefR5MinlgmuxTmbbeunaM3Vggj1ESLckpb8). ```[tasklist] ### Tasks - [ ] Create blog post about...

distributed-architecture

The metadata store needs to support the following: * Key-value store abstraction * Linearizable reads * Atomic & conditional writes

distributed-architecture

Since a `Node` can run multiple Restate components it is no longer a good idea to panic on errors occurring in one component. The problem with this approach is that...

To evolve how we store the `Envelope` and the `Envelope` itself, we should store version information together with the `Envelope` we write to Bifrost. This will allow us to evolve...

With #1216 we are relying on the log for storing the ground truth. Therefore, it is no longer needed that the `PartitionProcessor` writes durably to its state store. Concretely, I...