Skip to content

Commit

Permalink
Use global state for CDC
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev committed Aug 21, 2023
1 parent 344a9b2 commit f7c3e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public AirbyteMessage next() {
}

final var stateMessage = new AirbyteStateMessage()
.withType(AirbyteStateType.STREAM)
.withType(AirbyteStateType.GLOBAL)
.withStream(streamState);

return new AirbyteMessage().withType(Type.STATE).withState(stateMessage);
Expand Down

0 comments on commit f7c3e46

Please sign in to comment.