DBZ-4012 Suggested changes

This commit is contained in:
Chris Cranford 2021-11-15 13:22:37 -05:00 committed by Gunnar Morling
parent 0890202539
commit 349b9690f4

View File

@ -122,7 +122,7 @@ public String getAlias() {
.withEnum(InvalidOperationBehavior.class, InvalidOperationBehavior.SKIP_AND_WARN)
.withWidth(ConfigDef.Width.MEDIUM)
.withImportance(ConfigDef.Importance.MEDIUM)
.withDescription("While Debezium is monitoring the table, it's expecting only to see 'create' row events," +
.withDescription("While Debezium is capturing changes from the table, it's expecting only to see 'create' row events," +
" in case something else is processed this transform can log it as warning, error or stop the" +
" process.");
@ -233,7 +233,7 @@ public String getAlias() {
.withEnum(InvalidOperationBehavior.class, InvalidOperationBehavior.SKIP_AND_WARN)
.withWidth(ConfigDef.Width.MEDIUM)
.withImportance(ConfigDef.Importance.MEDIUM)
.withDescription("While Debezium is monitoring the table, it's expecting only to see 'create' row events," +
.withDescription("While Debezium is capturing changes from the table, it's expecting only to see 'create' row events," +
" in case something else is processed this transform can log it as warning, error or stop the" +
" process. This option is deprecated, use 'table.op.invalid.behavior' instead.");