Fix ID not being used for subscribers

This commit is contained in:
Cyber MacGeddon 2025-04-21 13:03:54 +01:00
parent 40242015ee
commit 5f9481dfed

View file

@ -20,7 +20,7 @@ class ConsumerSpec(Spec):
flow = flow,
client = processor.client,
topic = definition[self.name],
subscriber = flow.id + "---" + self.name,
subscriber = processor.id + "--" + self.name,
schema = self.schema,
handler = self.handler,
metrics = consumer_metrics,