restatedev / sdk-java

Restate SDK for JVM Languages
https://restate.dev
MIT License
22 stars 4 forks source link

Fix Restate server container image of `RestateRunnerBuilder` #202

Open tillrohrmann opened 8 months ago

tillrohrmann commented 8 months ago

Currently, the RestateRunnerBuilder uses the latest Restate server container image. This is a problem if the latest container image is incompatible with the currently used SDK version. By releasing such an incompatible container image, we'll make all tests using the ManualTestRunner to start failing. I think this is a surprising behavior and suggest to fix the container image version.

tillrohrmann commented 8 months ago

Ideally we automate the maintenance of the container version by including it in the bump version workflow or so.