pulsar_route_table.yaml 511 B

12345678910111213141516171819202122
  1. 9999:
  2. # host can be a domain like 9999.fate.org
  3. host: 192.168.0.4
  4. port: 6650
  5. sslPort: 6651
  6. # set proxy address for this pulsar cluster
  7. proxy: ""
  8. 10000:
  9. # host can be a domain like 10000.fate.org
  10. host: 192.168.0.3
  11. port: 6650
  12. sslPort: 6651
  13. proxy: ""
  14. default:
  15. # compose host and proxy for party that does not exist in route table
  16. # in this example, the host for party 8888 will be 8888.fate.org
  17. proxy: "proxy.fate.org:443"
  18. domain: "fate.org"
  19. brokerPort: 6650
  20. brokerSslPort: 6651