You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
I test the kafka_consumer demo you provided, which set downstream is mysql, no parameter timezone and env 'TZ' is not set. MySQL returns an error:
Error 1298: Unknown or incorrect time zone: 'Local'
Bug Report
Please answer these questions before submitting your issue. Thanks!
I test the kafka_consumer demo you provided, which set downstream is mysql, no parameter timezone and env 'TZ' is not set. MySQL returns an error:
cdc changefeed create command:
kafka_consumer command:
kafka_consumer runs successfully, and can consume messages from Kafka and parse them to downstream mysql.
kafka_consumer exit with a FATAL log in file cdc_kafka_consumer.log
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: