Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
race condition fix
  • Loading branch information
ankitk-me committed Jun 26, 2024
commit 94959b2b50bd605bb77e78188905c54edf0f1ab3
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ read zilla:data.ext ${kafka:matchDataEx()
.build()}
read zilla:data.null

read notify DATA_RECEIVED

read aborted

accepted
Expand All @@ -87,6 +89,8 @@ read zilla:begin.ext ${kafka:beginEx()

connected

read await DATA_RECEIVED

write zilla:data.ext ${kafka:dataEx()
.typeId(zilla:id("kafka"))
.merged()
Expand Down