can we create multi cluster hyperledger fabric network setup in docker swarm? #fabric #hyperledger-fabric
Hi All,
Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.
Let's assume : -- 2 org, 2 ordering service and their CA in one cluster.
1 org ,1 ordering and 1 CA in second cluster.
Hi All,
Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.Let's assume : -- 2 org, 2 ordering service and their CA in one cluster.
1 org ,1 ordering and 1 CA in second cluster.
On Thu, Jan 12, 2023 at 3:37 AM Baohua Yang <yangbaohua@...> wrote:You can create two orgs separately, and then let their ordering services join together.They need to communicate using reachable cluster addresses.Is this what you are looking for?Yes that's what I am looking... but how can we manage latency issue ... if we create two different cluster in two different cloud server machines...On Tue, Jan 10, 2023 at 9:45 PM <amittripathi9887@...> wrote:Hi All,
Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.Let's assume : -- 2 org, 2 ordering service and their CA in one cluster.
1 org ,1 ordering and 1 CA in second cluster.and how can we communicate two docker swarm clusters to each other .... how can they are able to share data to each other...?????----