Expand description
Node context, prone to change with every incoming requests
Structs§
- A context that holds the information of the dataflow
- A tri-directional map that maps table name, table id, and global id
- a simple broadcast sender with backpressure, bounded capacity and blocking on send when send buf is full note that it wouldn’t evict old data, so it’s possible to block forever if the receiver is slow