fluent / fluent-logger-python

A structured logger for Fluentd (Python)
http://fluentd.org/
Other
439 stars 138 forks source link

Support cloud-based FluentD deployment #124

Open arcivanov opened 6 years ago

arcivanov commented 6 years ago

This means supporting:

  1. Server host resolving to multiple IPs.
  2. Refreshing server host IPs at A/AAAA/CNAME record TTL expiration.
  3. Supporting fail-over to the next host available
  4. Supporting round-robin load balancing
yangmillstheory commented 6 years ago

Is this related to https://github.com/fluent/fluent-logger-python/issues/141?

arcivanov commented 6 years ago

very much so.