fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

Resolving the remote host name to IP only once at startup time. #14

Open derjohn opened 7 years ago

troy commented 7 years ago

I'd recommend not making this the default behavior because doesn't honor DNS TTLs. As long as the app runs, the original IP will be used. That's a great hack for someone who is intentionally willing to trade fewer DNS requests for more brittleness, but it's not a great default :)

derjohn commented 2 years ago

Long open thing? Still valid or #close ?