Skip to content

Commit

Permalink
chore: Disable dozer connector checkpointing
Browse files Browse the repository at this point in the history
  • Loading branch information
chubei committed Sep 22, 2023
1 parent 1951776 commit cece150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dozer-ingestion/src/connectors/dozer/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use dozer_types::{
ingestion_types::{
default_log_options, IngestionMessage, NestedDozerConfig, NestedDozerLogOptions,
},
node::OpIdentifier,
serde_json,
types::{Operation, Record, Schema},
};
Expand Down Expand Up @@ -265,7 +264,7 @@ async fn read_table(
.send(IngestionMessage::OperationEvent {
table_index,
op,
id: Some(OpIdentifier::new(0, op_and_pos.pos)),
id: None,
})
.await;
}
Expand Down

0 comments on commit cece150

Please sign in to comment.