ThreeMammals/Ocelot

Support dynamic routing configuration in Service Fabric

Open

#939 建立於 2019年6月24日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)C# (8,137 star) (1,617 fork)batch import
MVPService DiscoveryService Fabrichelp wantedlarge effortproposal

描述

New Feature

Having to deploy Ocelot every time routing changes is tedious. Ocelot allows for modifying the routes using json reload but without deployment it is not really possible to do this either. This increases the cost of managing services in general. The target of this feature is to modify\extend Ocelot in a way that once deployed, ocelot can adapt to changes in services behind the scene.

Motivation for New Feature

Traefik supports something similar and that is the real motivation behind this feature. Today we are using Traefik but a few unrelated reasons are forcing us to move away from it.

貢獻者指南