mesos / elasticsearch

Elasticsearch on Mesos
Apache License 2.0
242 stars 92 forks source link

Discovery info packet should report HTTP protocol, not TCP. #558

Open philwinder opened 8 years ago

philwinder commented 8 years ago

Should look like:

ports {
      number: 9200
      name: "CLIENT_PORT"
      protocol: "HTTP"
    }