registry.conf 194 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
registry {
  type = "file"

  file {
    name = "file.conf"
  }

  zk {
    cluster = "default"
    serverAddr = "192.168.88.10:2181"
    session.timeout = 6000
    connect.timeout = 2000
  }
}