fluent / fluentd

Fluentd: Unified Logging Layer (project under CNCF)
https://www.fluentd.org
Apache License 2.0
12.92k stars 1.34k forks source link

root_agent: refactor shutdown process #4623

Closed daipom closed 1 month ago

daipom commented 2 months ago

Which issue(s) this PR fixes:

What this PR does / why we need it: Make it easier to re-use plugin shutdown process.

It is difficult to shutdown only specific plugins from other logic because the current code does not separate the functions.

4622 needs this fix.

Docs Changes: Not needed.

Release Note: The same as the title.

daipom commented 1 month ago

Looks like we don't need this.