I am having following error when trying to execute a transaction using the Discovery service from Fabric Java SDK
org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException: The channel is not configured with any peers with the 'discover' role
I joined the channel using peer shell command, not the Fabric Java SDK. How can I configure that discover role in the channel once it is already joined?
Thanks