Commit b12a486f1e11605782aca5d9fae5a501c1e22963
Committed by
Andrew Shvayka
1 parent
0d21170b
updated rpc-request proto schema hint
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -1123,7 +1123,7 @@ |
1123 | 1123 | "rpc-response-topic-filter-required": "RPC response topic filter is required.", |
1124 | 1124 | "rpc-request-proto-schema": "RPC request proto schema", |
1125 | 1125 | "rpc-request-proto-schema-required": "RPC request proto schema is required.", |
1126 | - "rpc-request-proto-schema-hint": "RPC request message should have always fields: string method = 1; int32 requestId = 2; and params = 3 of any data type.", | |
1126 | + "rpc-request-proto-schema-hint": "RPC request message should always have fields: string method = 1; int32 requestId = 2; and params = 3 of any data type.", | |
1127 | 1127 | "not-valid-pattern-topic-filter": "Not valid pattern topic filter", |
1128 | 1128 | "not-valid-single-character": "Invalid use of a single-level wildcard character", |
1129 | 1129 | "not-valid-multi-character": "Invalid use of a multi-level wildcard character", | ... | ... |