Skip to content

Commit 49dce52

Browse files
Updating to dapr runtime v1.11.0-rc.7 (#50)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
1 parent 960f6f3 commit 49dce52

File tree

8 files changed

+25982
-6825
lines changed

8 files changed

+25982
-6825
lines changed

dapr/proto/common/v1/common.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ message InvokeRequest {
7777
HTTPExtension http_extension = 4;
7878
}
7979

80-
// InvokeResponse is the response message inclduing data and its content type
80+
// InvokeResponse is the response message including data and its content type
8181
// from app callback.
8282
// This message is used in InvokeService of Dapr gRPC Service and OnInvoke
8383
// of AppCallback gRPC service.
@@ -99,7 +99,7 @@ message StreamPayload {
9999
bytes data = 1;
100100

101101
// Sequence number. This is a counter that starts from 0 and increments by 1 on each chunk sent.
102-
uint32 seq = 2;
102+
uint64 seq = 2;
103103
}
104104

105105
// StateItem represents state key, value, and additional options to save state.

0 commit comments

Comments
 (0)