Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rust_snuba/src/factory_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ impl ProcessingStrategyFactory<KafkaPayload> for ConsumerStrategyFactoryV2 {
next_step,
blq_producer_config.clone(),
blq_topic,
self.physical_consumer_group.clone(),
))
} else {
tracing::info!("Not using a backlog-queue",);
Expand Down Expand Up @@ -428,6 +429,7 @@ impl ConsumerStrategyFactoryV2 {
next_step,
blq_producer_config.clone(),
blq_topic,
self.physical_consumer_group.clone(),
))
} else {
tracing::info!("Not using a backlog-queue",);
Expand Down
Loading
Loading