commit 9be8cc6213996ec34b48957a7898bcaced88cce1
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Dec 7 13:50:55 2020 -0600
feat(buffering): Fix typo in docker-context plugin
M go.mod
M go.sum
commit 9f05262a683e451a8ad721e0af04f1876aaac98b
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Dec 7 13:50:55 2020 -0600
feat(buffering): Add event buffering to key Plugins.
Buffer and optionally discard events coming into the agent and
docker-context plugins. This is to prevent potential server livelocks
under high load.
M cmds/agent/agent.go
M cmds/agent/k8s.go
M cmds/docker-context/docker.go
M cmds/tenant-controller/tenant-controller.go
M go.mod
M go.sum
End of Note