Skip to content

Commit

Permalink
fix(dlq): Fixes call to process_message (#4429)
Browse files Browse the repository at this point in the history
We now pass enforce_schema to the process_message function.
Forgot to pass it in one place.

Fix SNUBA-3CN
  • Loading branch information
lynnagara authored Jun 27, 2023
1 parent 05fa5d5 commit a29e615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snuba/consumers/consumer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def build_dlq_strategy_factory(
processor,
self.consumer_group,
logical_topic,
self.__enforce_schema,
),
collector=build_batch_writer(
table_writer,
Expand Down

0 comments on commit a29e615

Please sign in to comment.