Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kak-tus/rttfix


https://github.com/kak-tus/rttfix

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# rttfix

consul-template plugin to fix issue with frequent rtt changes between nodes.

Usage

```
{{ range $s := service "some-service~_agent" | toJSON | plugin "rttfix" | parseJSON }}
{{ $s.Address }}:{{ $s.Port }}
{{ end }}
```