pub async fn create_executor(
params: ExecutorParams,
node: &StreamNode,
store: impl StateStore,
) -> StreamResult<Executor>
Expand description
Create an executor from protobuf StreamNode
.
pub async fn create_executor(
params: ExecutorParams,
node: &StreamNode,
store: impl StateStore,
) -> StreamResult<Executor>
Create an executor from protobuf StreamNode
.