mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

Don't register tasks without listening ports #83

Open keis opened 8 years ago

keis commented 8 years ago

Registering tasks without any listening ports looks very deliberate in the code but is for us only producing noise we would like to avoid. Blacklisting works fine but requires a list of task name patterns for batch jobs to be kept up to date I would rather have a command line flag to disable all tasks without ports. WDYT?