Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamsmkr/e7645e5e257a00ef8e357e45c0d73c65 to your computer and use it in GitHub Desktop.
Save iamsmkr/e7645e5e257a00ef8e357e45c0d73c65 to your computer and use it in GitHub Desktop.
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