Skip to content

Commit

Permalink
feat: support multiworkers for log-intelligence plugin
Browse files Browse the repository at this point in the history
Signed-off-by: jcriadomarco <[email protected]>
  • Loading branch information
javiercri committed Jun 21, 2023
1 parent 1d2ccf0 commit 24383fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7
4 changes: 4 additions & 0 deletions lib/fluent/plugin/out_vmware_log_intelligence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ def configure(conf)
@open_timeout, @read_timeout, @log)
end

def multi_workers_ready?
true
end

def start
super
end
Expand Down

0 comments on commit 24383fb

Please sign in to comment.