public class ConfigurationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.config.Configuration |
config |
| Constructor and Description |
|---|
ConfigurationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
defaultDdlFilterShouldFilterOutFlushRelayLogs() |
void |
defaultDdlFilterShouldFilterOutRdsHeartbeatInsert()
On Amazon RDS we'll see INSERT (sic!) statements for a heartbeat table in the DDL even stream, they should
be filtered out by default (the reason being that those statements are sent using STATEMENT binlog format,
which is just applied for that session emitting those statements).
|
void |
shouldCallFunctionOnEachMatchingFieldUsingRegex() |
void |
shouldConvertFromProperties() |
void |
shouldCreateInternalFields() |
void |
shouldMaskPasswords() |
public void beforeEach()
public void shouldConvertFromProperties()
public void shouldCreateInternalFields()
public void shouldCallFunctionOnEachMatchingFieldUsingRegex()
public void shouldMaskPasswords()
@FixFor(value="DBZ-469") public void defaultDdlFilterShouldFilterOutRdsHeartbeatInsert()
Copyright © 2019 JBoss by Red Hat. All rights reserved.