Skip to content

Commit 1ebea4a

Browse files
Protocol V5
1 parent 51fcbca commit 1ebea4a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/restate/discovery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ def compute_discovery(endpoint: RestateEndpoint, discovered_as : typing.Literal[
192192
else:
193193
protocol_mode = PROTOCOL_MODES[discovered_as]
194194
return Endpoint(protocolMode=protocol_mode,
195-
minProtocolVersion=4,
196-
maxProtocolVersion=4,
195+
minProtocolVersion=5,
196+
maxProtocolVersion=5,
197197
services=services)

0 commit comments

Comments
 (0)