We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccbb0f commit f48b640Copy full SHA for f48b640
lib/kafka/consumer.rb
@@ -79,7 +79,7 @@ def initialize(cluster:, logger:, instrumenter:, group:, fetcher:, offset_manage
79
@current_offsets = Hash.new { |h, k| h[k] = {} }
80
81
# Map storing subscribed topics with their configuration
82
- @subscribed_topics = Concurrent::Map.new
+ @subscribed_topics = Hash.new
83
84
# Set storing topics that matched topics in @subscribed_topics
85
@matched_topics = Set.new
0 commit comments