Skip to content

Add multiply Marathon hosts support

Choose a tag to compare

@aatarasoff aatarasoff released this 13 Jan 07:51
· 41 commits to master since this release

Add listOfServers property:

spring:
    cloud:
        marathon:
            endpoint: http://marathon   #this overrides host and port options
            listOfServers: m1:8080,m2:8080,m3:8080   #list of marathon masters

Also starter was upgraded to latest Spring Cloud stable version.