Package

io.buoyant.namer

curator

Permalink

package curator

Visibility
  1. Public
  2. All

Type Members

  1. case class CuratorConfig(zkAddrs: Seq[HostAndPort], basePath: Option[String]) extends NamerConfig with Product with Serializable

    Permalink
  2. class CuratorInitializer extends NamerInitializer

    Permalink
  3. class CuratorNamer extends Namer

    Permalink

    The CuratorNamer takes paths of the form

    The CuratorNamer takes paths of the form

    /<servicename>/<residual>*

    And uses the Curator discovery library to resolve that service name.

Value Members

  1. object CuratorInitializer extends CuratorInitializer

    Permalink

Ungrouped