Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kak-tus/rttfix
https://github.com/kak-tus/rttfix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kak-tus/rttfix
- Owner: kak-tus
- License: mit
- Created: 2018-01-02T22:47:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T13:12:50.000Z (about 5 years ago)
- Last Synced: 2023-04-05T04:41:30.220Z (over 1 year ago)
- Language: Go
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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 }}
```