Till Rohrmann
Till Rohrmann
**Problem description** In order to fully exploit Pravega's capability of increasing and decreasing the read parallelism, the `flink-connector` should be able to signal Flink whenever a change of parallelism is...
This commit introduces the selection of a service protocol version when starting the InvocationTask. The service protocol version is sent to the service endpoint via the content type and accept...
# Problem With Restate's current model where we execute calls to a service instance sequentially and allow a service to await other services while keeping the lock, users can build...
A user requested the following feature: Allow a subscription to set a batch size and time interval. The time interval used to poll Kafka and the buffer size the max...
When running `cargo run -- sql 'select * from sys_status'` it prints the table of currently running invocations. On my machine, it happens that some values are so long that...
In order to provide a better user experience for our users we believe that a CLI is required. The CLI should enable our users to effectively interact with a Restate...
In case that people have not properly versioned their services, forgotten to register error-defer handlers or otherwise gotten themselves into a situation where they need to change their service code...
This commit validates and persists the reported min/max protocol version for a service endpoint in the DeploymentMetadata. This fixes https://github.com/restatedev/restate/issues/1507.
To evolve the SDKs and runtime independently of each other, we need to fully integrate the service protocol version negotiation as described [here](https://docs.google.com/document/d/1QzIR5DVl4y58C_RdfSgmbjuAmk5NBm_busGcEK4c9gk). There are few tasks left to be...