[test][mysql] Provide the server-time-zone setting in MySqlSourceExampleTest#testConsumingAllEvents (#2364)

pull/2389/head
zhaomin 1 year ago committed by GitHub
parent 094fff41ee
commit a3ddc488d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,7 @@ public class MySqlSourceExampleTest extends MySqlSourceTestBase {
.password(inventoryDatabase.getPassword())
.serverId("5401-5404")
.deserializer(new JsonDebeziumDeserializationSchema())
.serverTimeZone("UTC")
.includeSchemaChanges(true) // output the schema changes as well
.build();

Loading…
Cancel
Save