美文网首页
watchclient 与watchserver 功能实现分析

watchclient 与watchserver 功能实现分析

作者: bradyjoestar | 来源:发表于2019-03-23 11:10 被阅读0次

    watch server :etcdserver/api/v3rpc watch.go
    watch client : clientv3/ watch.go

    etcd 的watch 无非就是在 双向流通信中加上了api的gateway
    单说.proto和.pb.go 而言.

    相关文章

      网友评论

          本文标题:watchclient 与watchserver 功能实现分析

          本文链接:https://www.haomeiwen.com/subject/fybjvqtx.html