Till Rohrmann

Results 160 comments of Till Rohrmann

@pcholakov what's the status of this issue? Shall we mark it as done for the scope of the preview version?

I will remove it from the preview umbrella issue then.

Thanks a lot for your feedback and suggestions @Fran-Rg. This is very valuable. We will try to improve the helm chart. If you want to get your hands dirty (and...

Thanks for reporting this issue @lsytj0413. There is another test run where the same test fails: https://github.com/restatedev/restate/actions/runs/14488849773/job/40642088210 with the same error.

What's interesting is that the test fails not in all profiles and also not deterministically which I would have expected if a `TypeError` occurs.

I think the `TypeError` is red herring. The underlying problem seems to be that in some cases, we take roughly 10s to start processing the incoming invocations. If this happens,...

The failed KafkaIngress test here seems to show the same symptoms: https://github.com/restatedev/restate/actions/runs/14511275278/job/40711599370.

I think you are right that we shouldn't change the system's behavior in a bug fix release. Technically we are printing a deprecation warning if the user opens a connection...

> 1. v1.3.x:we only printing a deprecation warning when server is starting and the user opens a connection with the pgsql client > 2. v1.4.0:disable pgsql endpoint by defaults, and...