1.1.0 • Published 4 years ago

merapi-proxy v1.1.0

Weekly downloads
78
License
MIT
Repository
github
Last release
4 years ago

merapi-proxy

Plugin for component type proxy in merapi

How to use it

in service.yml (or another configuration file like config.json) :

proxyComponent:
  type: proxy
  uri: http://someUri
  version: v1

(optional) if you want your service is not tightly coupled with component type proxy, you can enable lazy :

proxyComponent:
   type: proxy
   lazy: true
   retryDelay: 1000 // optional, default 3000 ms
   uri: http://someUri
   version: v1