Till Rohrmann

Results 160 comments of Till Rohrmann

Could this problem have been resolved with the latest Datafusion upgrade?

I've rebased this PR onto the latest Rocksdb master. @zaidoon1 let me know if there is anything missing for this PR to be merged (other than the RocksDB release).

> @tillrohrmann, I believe #921 is a duplicate and should be closed? This PR adds some additional functionality (`get_pinned_from_batch_and_db`) but is based on #921. If we merge this PR, then...

> One annoying thing about using docker compose is that it can't access services running outside of docker. Is there a way around this? You can reach services running on...

Thanks a lot for the feedback @Code2Life. Improving the scheduling primitives that Restate exposes is very important to improve the ergonomics and make use cases simpler to implement. Regarding continue-as-new,...

@lsytj0413 I'll try to get it merged into the upcoming 1.4 release. This week I am unfortunately out of office.

This is probably caused by `cargo test` not splitting individual tests into individual processes but reusing the process. We still have a few globals like the `DB_MANAGER` (https://github.com/restatedev/restate/blob/41e606e6c2c6535134f0e7ee5d6bd70ce12b924a/crates/rocksdb/src/db_manager.rs#L31). That's why...

Currently, there is no concrete plan to completely remove the global variables since it works with `nextest`.

Hi @Ibrahimogod, at the moment Restate supports TS, Java and Kotlin. We are planning to expand the set of supported languages very soon. Your interest in the .Net SDK is...

Help with implementing new SDKs is always great to have :-) We have a semi-formal specification of the service protocol which you can find [here](https://github.com/restatedev/service-protocol). One part that is still...