Till Rohrmann
Till Rohrmann
Thanks for updating the PR @lsytj0413. Since we are already printing a deprecation warning when connecting to the pqsql endpoint, I think we are actually covered and don't need to...
Hi @yerke, at the moment Restate supports TS, Java and Kotlin, as you've said. We are planning to expand the set of supported languages very soon. Your interest in the...
Hi @Nomia, the memory consumption you are showing is the memory of the `restate-server`, right? Did you configure `RESTATE_ROCKSDB_TOTAL_MEMORY_SIZE` to be 2GB? When hitting the 2GB limit, will the restate-server...
When applying the `InvocationTermination` message we scan through the journal of the invocation to detect child invocations that also need to be terminated. If child invocations exist, then the applying...
I've ran some simple experiments and caching of the `InvocationStatus` didn't have a measurable impact on throughput.
> Did you by any chance tried with the neo invocation status to see if the new protobuf layout has any either positive or negative impact? No, I only tried...
I've tried a simple experiment where every `PartitionStore` gets its own `RocksDB` instance to avoid contention completely. The results of the throughput/parallel benchmark are: ``` throughput/parallel time: [354.54 ms 359.25...
@slinkydeveloper is this a release blocker for 1.2?
@slinkydeveloper is this something we still want to do for the 1.3 release?
@slinkydeveloper what's missing to complete this feature? Can we do it for the 1.6 release?