String xmlEncoding = "";
String fieldName = "";
String regex = "";
ReplicationBitSetterStaticConfig replicationBitSetter = new ReplicationBitSetterStaticConfig(
ReplicationBitSetterStaticConfig.SourceType.NONE, fieldName, regex, MissingValueBehavior.STOP_WITH_ERROR);
PhysicalSourceStaticConfig pssc = new PhysicalSourceStaticConfig(name, id,
uri, resourceKey, sources, role, slowSourceQueryThreshold,
restartScnOffset, bsc.build(), ct, txnsPerChunk, scnChunkSize,
chunkedScnThreshold, maxScnDelayMs, eventRatePerSec, eventRateThrottleDuration, dbusEventBuffer,
largestEventSizeInBytes, largestWindowSizeInBytes,
errorOnMissingFields, xmlVersion, xmlEncoding, replicationBitSetter);