Skip to content

Commit

Permalink
Merge pull request #28 from javiercri/master
Browse files Browse the repository at this point in the history
feat: support multiworkers for log-intelligence plugin
  • Loading branch information
slk244 authored Jun 27, 2023
2 parents 1d2ccf0 + 24383fb commit a084f81
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 a084f81

Please sign in to comment.