This commit is contained in:
Nuno Campos
2025-05-08 16:50:24 -07:00
parent f1c1eaf229
commit 4761eb7696
@@ -151,6 +151,7 @@ class AsyncKafkaOrchestrator(AbstractAsyncContextManager):
msg["input"],
config=ensure_config(msg["config"]),
stream=None,
cache=self.graph.cache,
store=self.graph.store,
checkpointer=self.graph.checkpointer,
nodes=graph.nodes,
@@ -338,6 +339,7 @@ class KafkaOrchestrator(AbstractContextManager):
msg["input"],
config=ensure_config(msg["config"]),
stream=None,
cache=self.graph.cache,
store=self.graph.store,
checkpointer=self.graph.checkpointer,
nodes=graph.nodes,