mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 11:11: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,
|
flow = flow,
|
||||||
client = processor.client,
|
client = processor.client,
|
||||||
topic = definition[self.name],
|
topic = definition[self.name],
|
||||||
subscriber = flow.id + "---" + self.name,
|
subscriber = processor.id + "--" + self.name,
|
||||||
schema = self.schema,
|
schema = self.schema,
|
||||||
handler = self.handler,
|
handler = self.handler,
|
||||||
metrics = consumer_metrics,
|
metrics = consumer_metrics,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue