File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
Service Discovery
2
2
=================
3
3
4
- .. note :: The new Fabric chaincode lifecycle has limitations in the v2.0 alpha
5
- release: in particular, it does not support using service discovery to
6
- discover a chaincode endorsement policy. Chaincodes that are installed
7
- and instantiated with the `previous lifecycle process <https://hyperledger-fabric.readthedocs.io/en/release-1.4/chaincode4noah.html> `
8
- are still discoverable with the Fabric v2.0 Alpha if the channel
9
- capabilities are set with V1_4 as the highest version enabled in the
10
- Application Capabilities section of the `configtx.yaml file <https://github.com/hyperledger/fabric/blob/release-2.0/sampleconfig/configtx.yaml >`_.
11
- The chaincode defined after enabling V2_0 capability on a channel
12
- will not be discoverable via service discovery while the existing
13
- chaincode will continue to work as before.
14
-
15
-
16
4
Why do we need service discovery?
17
5
---------------------------------
18
6
You can’t perform that action at this time.
0 commit comments