Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

readme.MD

Zulu Edge Service

config

Dynamic LoadBlance in GateWay

  • Zulu(Gateway) + Ribbon(LoadBlance) + Eureka(Discovery)

Zulu Config

url : http://git.webnori.com/projects/SB2/repos/cloudconfig/browse/edgeservice.yml

server:
  port: 8765
  
zuul:
    prefix: /api
    routes:
        account:
            path: /account/**
            serviceId: accountapi
        lobby:
            path: /lobby/**
            serviceId: lobbyapi
        game:
            path: /game/**
            serviceId: gameapi            

ribbon:
  eureka:
    enabled: true