cinema-microservice | Example of a cinema microservice | Continuous Deployment library
kandi X-RAY | cinema-microservice Summary
kandi X-RAY | cinema-microservice Summary
We need to have docker installed previously. This will basically install every microservice and setup the docker swarm cluster. and deploy every docker service in the swarm. To monitor the cluster in a graphic mode we can go and visit the following url: and this will give us the rancherOS web interface.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Initializes the database
cinema-microservice Key Features
cinema-microservice Examples and Code Snippets
Community Discussions
Trending Discussions on cinema-microservice
QUESTION
In the build your first network documentation.
TwoOrgsOrdererGenesis: generates the genesis block for a Solo ordering service.
TwoOrgsChannel: generates the genesis block for our channel, mychannel.
The mychannel.tx
is the genesis block in the channel and any peer who want to join the channel require this.
In the complete tutorial once the orderer genesis block is created it never used. And also Is there any other blockchain also present other than the channel ledger?
Does this orderer genesis block require for system channel?
...ANSWER
Answered 2019-Sep-01 at 21:50In the build your first network documentation.
Let me start from pointing to official documentation here
TwoOrgsOrdererGenesis: generates the genesis block for a Solo ordering service. TwoOrgsChannel: generates the genesis block for our channel, mychannel.
Here is the source of the confusion, in fact TwoOrgsChannel
profile generates configuration transaction which is submitted to the system channel and it includes configuration required for formation of the new channel. Such as channel policies and members of the channel consortium which by the way have to be a subset of the consortium defined within genesis block of the system channel.
The mychannel.tx is the genesis block in the channel and any peer who want to join the channel require this.
This is config transaction to be submitted to the ordering service such that it will create a new channel and return genesis block for new channel so peers could use it to join it.
In the complete tutorial once the orderer genesis block is created it never used. And also Is there any other blockchain also present other than the channel ledger?
It's always used to bootstrap your ordering service nodes for example after shutdowns or restarts.
Does this orderer genesis block require for system channel?
In fact, system channel bootstrapped using this genesis block. Now to complete on @Narendranath Reddy answer, genesis block contains consortium information which he called a network definition, basically it contains all certificates of organizations root CAs. Therefore allowing to initialize channels MSPs and use those root CAs certificates to validate ACLs, endorsements and clients signatures.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cinema-microservice
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page