You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported that invoking gRPC-based TS services via grpcurl fails [1]. The problem seems to be that the TS SDK does not ship the correct file descriptors for google/protobuf/descriptor.proto and dev/restate/ext.proto. Since we are currently removing the gRPC specific parts from the SDK, I suggest to add a temporary band-aide that patches the respective files on the server side.
What is a bit unclear is whether other file descriptors are affected by the same problem.
The fix will only applied to the release-0.8 branch.
The TS SDK seems to send incorrect file descriptors for google/protobuf/descriptor.proto
and dev/restate/ext.proto. This commit patches these files on the server as a temporary
solution until we remove the need for shipping Protobuf file descriptors.
This fixesrestatedev#1262.
The TS SDK seems to send incorrect file descriptors for google/protobuf/descriptor.proto
and dev/restate/ext.proto. This commit patches these files on the server as a temporary
solution until we remove the need for shipping Protobuf file descriptors.
This fixesrestatedev#1262.
A user reported that invoking gRPC-based TS services via grpcurl fails [1]. The problem seems to be that the TS SDK does not ship the correct file descriptors for
google/protobuf/descriptor.proto
anddev/restate/ext.proto
. Since we are currently removing the gRPC specific parts from the SDK, I suggest to add a temporary band-aide that patches the respective files on the server side.What is a bit unclear is whether other file descriptors are affected by the same problem.
The fix will only applied to the
release-0.8
branch.[1] https://discord.com/channels/1128210118216007792/1214469975163801661/1214469975163801661
The text was updated successfully, but these errors were encountered: