Skip to content

Commit

Permalink
Fix sync kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 22, 2024
1 parent 644f149 commit 74f34db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def attempt(self, msg: MessageToOrchestrator) -> None:
specs=graph.channels,
output_keys=graph.output_channels,
stream_keys=graph.stream_channels,
check_subgraphs=False,
) as loop:
if loop.tick(
input_keys=graph.input_channels,
Expand Down

0 comments on commit 74f34db

Please sign in to comment.