tagomoris / fluent-plugin-secure-forward

Other
140 stars 30 forks source link

DNS round robin support #52

Open elyscape opened 7 years ago

elyscape commented 7 years ago

The out_forward plugin has support for DNS round robin selection of destination servers. It would be nice if out_secure_forward supported this as well.

tagomoris commented 7 years ago

out_secure_forward does SSL/TLS session keepalive to reduce SSL/TLS handshake cost. It prevents DNS round robin. It might be nice to have an option to disable keepalive, but it should be with additional CPU usage (performance regression).