mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 02:07:52 +02:00
One more
This commit is contained in:
@@ -210,6 +210,10 @@ class AsyncKafkaExecutor(AbstractAsyncContextManager):
|
||||
for_execution=True,
|
||||
checkpointer=self.graph.checkpointer,
|
||||
store=self.graph.store,
|
||||
checkpoint_id_bytes=binascii.unhexlify(
|
||||
saved.checkpoint["id"].replace("-", "")
|
||||
),
|
||||
checkpoint_null_version=checkpoint_null_version(saved.checkpoint),
|
||||
):
|
||||
# execute task, saving writes
|
||||
runner = PregelRunner(
|
||||
|
||||
Reference in New Issue
Block a user