You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently elasticsearch framework publishes only Visibility and Ports to discoveryInfo
We should consider adding name - service name under which the task is discoverable.
May be elasticsearch-executor, but i'd rather have it configurable
also add version = version of elasticsearch used in framework
Also, we may add optional framework configuration options for location and environment
Also, consider adding protocol to the Ports section
All this is not a huge amount of work, but will make service discovery a lot easier
The text was updated successfully, but these errors were encountered:
Hello,
http://mesos.apache.org/documentation/latest/app-framework-development-guide/
the last section "Service Discovery"
Currently elasticsearch framework publishes only
Visibility
andPorts
todiscoveryInfo
We should consider adding
name
- service name under which the task is discoverable.May be
elasticsearch-executor
, but i'd rather have it configurablealso add
version
= version of elasticsearch used in frameworkAlso, we may add optional framework configuration options for
location
andenvironment
Also, consider adding
protocol
to thePorts
sectionAll this is not a huge amount of work, but will make service discovery a lot easier
The text was updated successfully, but these errors were encountered: