test fixes
This commit is contained in:
parent
94d3084d4c
commit
639a986a07
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ public abstract class AbstractIntegrationTest {
|
|||
System.setProperty("kafka.clusters.0.masking.0.type", "REPLACE");
|
||||
System.setProperty("kafka.clusters.0.masking.0.replacement", "***");
|
||||
System.setProperty("kafka.clusters.0.masking.0.topicValuesPattern", "masking-test-.*");
|
||||
System.setProperty("kafka.clusters.0.audit.topicAuditEnabled", "true");
|
||||
System.setProperty("kafka.clusters.0.audit.consoleAuditEnabled", "true");
|
||||
|
||||
System.setProperty("kafka.clusters.1.name", SECOND_LOCAL);
|
||||
System.setProperty("kafka.clusters.1.readOnly", "true");
|
||||
|
|
Loading…
Add table
Reference in a new issue