using default value (NOT setting database.connectionTimeZone) according to documentation result an error:
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Jerusalem Daylight Time' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'connectionTimeZone' conf
iguration property) to use a more specific time zone value if you want to utilize time zone support.
Once I set .with("database.connectionTimeZone", "") - setting the value as empty string
problem resolved...
Im trying to understand if this is a bug in Debezium or the way to set the connector to adjust timezone according to server
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/4fa8100f-7a65-47f5-85a4-090abeff3ee7n%40googlegroups.com.