umputun/dkll

TCP syslog writer should redial on connection lost (agent)

Open

#10 opened on Aug 4, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (2 forks)github user discovery
help wanted

Repository metrics

Stars
 (69 stars)
PR merge metrics
 (PR metrics pending)

Description

In case if dkll server failed/restarted and communication between agent and server is non-default tcp, agent writers can lose connection quietly. It has a repeater, but this one is on the dial stage only. and works on new container event.

Contributor guide