pingcap/tiflow
Verify whether all MQ output protocol handles time zones correctly
Open
#1,639 opened on Apr 12, 2021
component/sinkhelp wanted
Repository metrics
- Stars
- (461 stars)
- PR merge metrics
- (PR metrics pending)
Description
Recently it has come to our attention that our Avro output does not handle correctly the situation where the --tz option used in TiCDC is different from the local time zone. We need to verify whether all our protocols can handle time zones correctly, and, if not, under what condition things will go wrong and whether there is any workaround.
Checklist
- Open Protocol
- Canal (Protobuf)
- Canal (JSON)
- Maxwell
- Avro #1615