mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix/get multiple flows working (#355)
* Reduce log output * Fix problems
This commit is contained in:
parent
9508ac6c69
commit
027b52cd7c
8 changed files with 19 additions and 10 deletions
|
|
@ -127,7 +127,9 @@ class RequestResponseSpec(Spec):
|
|||
|
||||
rr = self.impl(
|
||||
client = processor.pulsar_client,
|
||||
subscription = flow.id,
|
||||
subscription = (
|
||||
processor.id + "--" + flow.name + "--" + self.request_name
|
||||
),
|
||||
consumer_name = flow.id,
|
||||
request_topic = definition[self.request_name],
|
||||
request_schema = self.request_schema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue