mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 18:51:03 +02:00
Fix ID not being used for subscribers
This commit is contained in:
parent
40242015ee
commit
5f9481dfed
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue