Till Rohrmann

Results 160 comments of Till Rohrmann

Hi @robsonpeixoto. The repo hasn't been kept up to date with the Flink project since it points still to Flink 1.7.0. In general there shouldn't be a problem updating it...

I would also be interested in this feature. I am wondering whether there is something fundamentally missing for it or whether it mainly needs someone exposing it.

Hi @chenbekor, I think this is just a side-effect of how sbt cancels the run command. I assume that it does not gracefully shut Flink down and thus you see...

Do you run the program from within the IDE or on a standalone/YARN cluster?

In the former case, you can either decrease the parallelism or create a `LocalStreamEnvironment` via `StreamExecutionEnvironment.createLocalEnvironment` where you can provide a configuration. The configuration should then contain the number of...

Alright, so the cluster picks the configuration correctly up. What if you set the number of network buffers to 65536, for example?

@zaidoon1 I have a PR ready for this feature. Unfortunately, it needs an upstream change in RocksDB to allow setting the `ReadOptions` for a `WriteBatchWithIndex` iterator. See https://github.com/facebook/rocksdb/pull/12968 for the...

> Because: > > * the idempotency key really doesn't make sense in the workflow call case, i would find it surprising to see it in that table. > *...

Completed the service protocol version negotiation.

This is still relevant and something we want to publish eventually (probably not as the first piece of content that Restate publishes but it is good content to have).