summaryrefslogtreecommitdiff
path: root/lib/killjoy/worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/killjoy/worker.rb')
-rw-r--r--lib/killjoy/worker.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/killjoy/worker.rb b/lib/killjoy/worker.rb
index e32790a..09ba538 100644
--- a/lib/killjoy/worker.rb
+++ b/lib/killjoy/worker.rb
@@ -2,7 +2,8 @@ module Killjoy
module Worker
def initialize
@mutex = ServerEngine::BlockingFlag.new
- @message_bus = Killjoy::MessageBus.new
+ #@message_bus = Killjoy::MessageBus.new
+ @message_bus = Killjoy::Kafka::MessageBus.new
end
def run