typo (#30083)
This commit is contained in:
parent
0576acc1da
commit
8f6ee85413
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ The process of preparing and running a `SinkRef`-powered distributed stream is s
|
|||
|
||||
### Delivery guarantees
|
||||
|
||||
Stream refs utilise normal actor messaging for their trainsport, and therefore provide the same level of basic delivery guarantees. Stream refs do extend the semantics somewhat, through demand re-delivery and sequence fault detection. In other words:
|
||||
Stream refs utilise normal actor messaging for their transport, and therefore provide the same level of basic delivery guarantees. Stream refs do extend the semantics somewhat, through demand re-delivery and sequence fault detection. In other words:
|
||||
|
||||
- messages are sent over actor remoting
|
||||
- which relies on TCP (classic remoting or Artery TCP) or Aeron UDP for basic redelivery mechanisms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue