d2iq-archive / mesos-dns

DNS-based service discovery for Mesos.
https://mesosphere.github.com/mesos-dns
Apache License 2.0
483 stars 137 forks source link

Support non-standard ports for upstreams #468

Closed drewkerrigan closed 8 years ago

drewkerrigan commented 8 years ago
drewkerrigan commented 8 years ago

@jdef yes your original comment makes more sense now :-).

I assume you'd prefer that approach to having mutation occur with the validation? Cc: @sargun

jdef commented 8 years ago

Right, a validate() func shouldn't mutate.

On Sun, Aug 28, 2016 at 11:46 AM, Drew Kerrigan notifications@github.com wrote:

@jdef https://github.com/jdef yes your original comment makes more sense now :-).

I assume you'd prefer that approach to having mutation occur with the validation? Cc: @sargun https://github.com/sargun

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mesosphere/mesos-dns/pull/468#issuecomment-242981764, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPVLHjdbj_GKvJjzOFc6MFIO-PF_He-ks5qka1pgaJpZM4Juvql .

drewkerrigan commented 8 years ago

@sargun agree with your comments, they've been addressed

drewkerrigan commented 8 years ago

@sargun @jdef I've addressed your above comments, please check out the latest changes.

jdef commented 8 years ago

lgtm

drewkerrigan commented 8 years ago

@sargun Please take another look when you get a chance - this should make it to master before https://github.com/dcos/dcos/pull/606 gets merged ideally.

sargun commented 8 years ago

One nit, but otherwise, looks good.

sargun commented 8 years ago

Can you squash?