Skip to content

Commit

Permalink
remove debug sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Jan 9, 2025
1 parent 3157f76 commit 587e420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/karafka/web/processing/consumer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Consumer < Karafka::BaseConsumer

# Aggregates consumers state into a single current state representation
def consume
sleep(rand + 3)
bootstrap!

consumers_messages = messages.select { |message| message.payload[:type] == 'consumer' }
Expand Down

0 comments on commit 587e420

Please sign in to comment.