Skip to content

Commit

Permalink
fix: default se behavior has been changed to lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Aug 27, 2024
1 parent a3df3e3 commit ddf5402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public SchemaRegistry(
executorService,
metadataApplier,
routes,
SchemaChangeBehavior.EVOLVE);
SchemaChangeBehavior.LENIENT);
}

public SchemaRegistry(
Expand Down

0 comments on commit ddf5402

Please sign in to comment.