Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(monitor): add an events channel to avoid event loss caused by delayed docker event processing #1930

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slashexx
Copy link

@slashexx slashexx commented Jan 1, 2025

Purpose of PR?:

Fixes #1929

Does this PR introduce a breaking change?
No

If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? :
This PR addresses the Docker event queue buffer issue by adding processing logic in dockerHandler.go. It is part of improving KubeArmor's ability to handle high-frequency Docker events efficiently.

Checklist:

@slashexx slashexx changed the title feat(monitor): add a buffered events channel to avoid event loss caused by delayed docker event processing feat(monitor): add a buffered channel to avoid event loss caused by delayed docker event processing Jan 1, 2025
@slashexx slashexx changed the title feat(monitor): add a buffered channel to avoid event loss caused by delayed docker event processing feat(monitor): add an events channel to avoid event loss caused by delayed docker event processing Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add buffer queue processing when a large number of Docker information is updated
1 participant