DBZ-1666 Formatting

This commit is contained in:
Gunnar Morling 2019-12-12 16:39:10 +01:00
parent 77252304db
commit d40641b3ab

View File

@ -104,8 +104,8 @@ protected ReplicationConnection createReplicationConnection(boolean exportSnapsh
if (dropSlotOnStop) {
LOGGER.warn(
"Connector has enabled automated replication slot removal upon restart ({} = true). " +
"This setting is not recommended for production environments, as a new replication slot " +
"will be created after a connector restart, resulting in missed data change events.",
"This setting is not recommended for production environments, as a new replication slot " +
"will be created after a connector restart, resulting in missed data change events.",
PostgresConnectorConfig.DROP_SLOT_ON_STOP.name());
}
return ReplicationConnection.builder(config.jdbcConfig())