hudl / fargo

Golang client for Netflix Eureka
MIT License
133 stars 53 forks source link

Feature: Support Eureka v1.3 #31

Closed ryansb closed 8 years ago

ryansb commented 9 years ago

not ready to merge yet

As part of this transition, I'm moving the test infrastructure to docker to make it less resource-intensive to run and easier to read. The switch pretty significantly reduces the amount of config code to run a test environment because Neflix actually publishes Eureka docker containers already.

Currently the tests run against docker for Eureka 1.1.147, but still fail on 1.3.1. I'll be adding that support pretty shortly.