Hi Gunnar,
I am trying to work through the docker version in the Tutorial and substituting my database right now.
I was using a whitelist to limit the CDC to only two tables in the entire mix of tables. The logs did show the creation of snapshots...
2018-10-23 19:44:23,543 INFO || Snapshot step 1 - Preparing [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:23,544 INFO || Snapshot step 2 - Determining captured tables [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:23,563 INFO || Snapshot step 3 - Locking captured tables [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:23,566 INFO || Schema locking was disabled in connector configuration [io.debezium.connector.sqlserver.SqlServerSnapshotChangeEventSource]
2018-10-23 19:44:23,566 INFO || Snapshot step 4 - Determining snapshot offset [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:23,573 INFO || Snapshot step 5 - Reading structure of captured tables [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:23,574 INFO || Reading stucture of schema 'AdventureWorks2017' [io.debezium.connector.sqlserver.SqlServerSnapshotChangeEventSource]
2018-10-23 19:44:24,087 INFO || Snapshot step 6 - Persisting schema history [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,200 WARN || [Producer clientId=AdventureWorks2017-dbhistory] Error while fetching metadata with correlation id 1 : {dbhistory.adventures=LEADER_NOT_AVAILABLE} [org.apache.kafka.clients.NetworkClient]
2018-10-23 19:44:24,200 INFO || Cluster ID: kMBEbuIBSPauMJrrIL6cag [org.apache.kafka.clients.Metadata]
2018-10-23 19:44:24,332 INFO || Snapshot step 7 - Snapshotting data [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,333 INFO || Exporting data from table 'AdventureWorks2017.Person.AddressType' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,333 INFO || For table 'AdventureWorks2017.Person.AddressType' using select statement: 'SELECT * FROM Person.AddressType' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,354 INFO || Finished exporting 6 records for table 'AdventureWorks2017.Person.AddressType'; total duration '00:00:00.019' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,354 INFO || Exporting data from table 'AdventureWorks2017.Person.Address' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,354 INFO || For table 'AdventureWorks2017.Person.Address' using select statement: 'SELECT * FROM Person.Address' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]
2018-10-23 19:44:24,833 WARN || [Producer clientId=producer-4] Error while fetching metadata with correlation id 1 : {AdventureWorks2017.Person.AddressType=LEADER_NOT_AVAILABLE} [org.apache.kafka.clients.NetworkClient]
2018-10-23 19:44:24,833 INFO || Cluster ID: kMBEbuIBSPauMJrrIL6cag [org.apache.kafka.clients.Metadata]
2018-10-23 19:44:25,002 WARN || [Producer clientId=producer-4] Error while fetching metadata with correlation id 7 : {AdventureWorks2017.Person.Address=LEADER_NOT_AVAILABLE} [org.apache.kafka.clients.NetworkClient]
2018-10-23 19:44:26,009 INFO || Finished exporting 19614 records for table 'AdventureWorks2017.Person.Address'; total duration '00:00:01.654' [io.debezium.relational.HistorizedRelationalSnapshotChangeEventSource]