4 releases (breaking)

0.3.0 Mar 30, 2023
0.2.0 Oct 14, 2022
0.1.0 Sep 28, 2022
0.0.1 Jan 13, 2021

#1392 in Network programming


Used in 2 crates

Apache-2.0

230KB
4.5K SLoC

Introduce

Filter实现

客户端Filter和服务端Filter 将TripleClient扩展为通用的InvokerClient

  • 测试客户端filter
  • 服务端filter接口设计,以及测试
  • 服务注册接口
  • 服务发现接口设计

EchoClient -> TripleClient -> FilterService -> Connection -> hyper::Connect

memory registry clone实现 将服务注册接入到framework中 url模型如何用于多个场景 protocol模块实现

registry config(yaml) -> registry config(memory) ->

Init函数初始化配置即:根据RootConfig来初始化对应的ServiceConfig

Dependencies

~12–46MB
~686K SLoC