feat: add websocket upstream adapter
This commit is contained in:
@@ -430,6 +430,20 @@
|
||||
|
||||
- `kind`
|
||||
- `wsdl_ref`
|
||||
|
||||
## 5. `ProtocolOptions`
|
||||
|
||||
`ProtocolOptions` хранит protocol-specific runtime tuning, который не должен смешиваться с общей `ExecutionConfig`.
|
||||
|
||||
### 5.1. `GrpcProtocolOptions`
|
||||
|
||||
- `use_tls`
|
||||
|
||||
### 5.2. `WebsocketProtocolOptions`
|
||||
|
||||
- `heartbeat_interval_ms`
|
||||
- `reconnect_max_attempts`
|
||||
- `reconnect_backoff_ms`
|
||||
- `service_name`
|
||||
- `port_name`
|
||||
- `operation_name`
|
||||
|
||||
Reference in New Issue
Block a user