#actix #tokio #async #storm #mocksource

tempest-source-mock

Tempest源实现一个模拟队列

2个版本

0.1.1 2019年9月7日
0.1.0 2019年8月28日

#695 in 测试


tempest中使用

MIT许可

16KB
293

Tempest源模拟队列

此源实现了一个基本的模拟消息轮询队列。大多数tempest拓扑测试都使用此Source

安装

Cargo.toml

[dependencies]
tempest-source-mock = "0.1.0"

用法

use tempest_source_mock::prelude::*;

// create a type alias to the MockSourceBuilder
type Source = MockSourceBuilder;

// configure a topology with this source
struct MyTopology {}
impl Topology<Source> for MyTopology {
    // implementation code here
}

依赖

~1.7–2.7MB
~57K SLoC