bigsheeper f49c98ed85 Add reader flowgraph about nodes and messages
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-11-02 19:30:12 +08:00

10 lines
210 B
Go

package reader
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
const maxQueueLength = 1024
const maxParallelism = 1024
type BaseNode = flowgraph.BaseNode
type Node = flowgraph.Node