Skip to content

Commit

Permalink
Mark wal source transactional
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Nov 1, 2021
1 parent b70827b commit c832fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/connectors/wal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ impl Source for WalSource {
dbg!(stream_id);
self.wal.lock().await.ack(stream_id).await.unwrap()
}

fn is_transactional(&self) -> bool {
true
}
}

struct WalSink {
Expand Down

0 comments on commit c832fce

Please sign in to comment.