2021-11-10 Fabric contributor meeting 个人笔记
Posted oe1019
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-11-10 Fabric contributor meeting 个人笔记相关的知识,希望对你有一定的参考价值。
Agenda
-
Chaincode-as-a-service builder for Kubernetes - Matthew White
-
See https://lists.hyperledger.org/g/fabric/message/10510 for more background.
-
Fabric 2.4 Release coming soon
-
Gateway相关内容测试阶段
前置讨论:
https://github.com/hyperledger/fabric/pull/2990
https://github.com/hyperledger/fabric/issues/2884
合约部署架构图
外部合约部署架构图
因此在build阶段这里的逻辑是“magic”可以是从远端拉image也可以是基于github build,环境可以是k8s或者其他。
参考:https://blog.csdn.net/oe1019/article/details/106608389
参考:https://blog.csdn.net/oe1019/article/details/121062832
k8s下的外部合约
因此要在build环节让peer知道合约跑在k8s的什么位置。
一旦peer知道了地址那么peer和chainchode之间的连接即可以建立。
所以外部部署工具之需要做很少的事情即可完成所有的事情。
PR的概要讲解
案例
总结
某种意义上提供了默认的external chaincode builder在fabric端,然后把chaincode build的逻辑交到了用户手中(依赖倒置)。
以上是关于2021-11-10 Fabric contributor meeting 个人笔记的主要内容,如果未能解决你的问题,请参考以下文章