Created
July 8, 2022 13:51
-
-
Save shivam-880/e7645e5e257a00ef8e357e45c0d73c65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val ServiceDiscoveryAtomicPath = "/flightServers" | |
val serviceDiscovery = | |
ServiceDiscoveryBuilder | |
.builder(classOf[ServiceDetail]) | |
.client(zkClient) | |
.basePath(ServiceDiscoveryAtomicPath) | |
.build() | |
serviceDiscovery.start() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment