-
Bug
-
Resolution: Done
-
Major
-
2.5.2.Final
-
None
-
False
-
None
-
False
-
Critical
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
2.5.2-Final
What is the connector configuration?
Embedded Debezium with mysql connector
What is the captured database version and mode of deployment?
(E.g. on-premises, with a specific cloud provider, etc.)
On-prem Mysql
- 8.0.34 with percona fork
- bin log compression enabled
- row-level binlog enabled
- transaction dependency tracking enabled
- gtid enabled
What behavior do you expect?
No replay of the events that have already been read.
What behavior do you see?
The gtid set in the BinaryLogClient is never updated since the processing of TRANSACTION_ PAYLOAD doesn't seem to be reading the child events.
Do you see the same behaviour using the latest released Debezium version?
(Ideally, also verify with latest Alpha/Beta/CR version)
Haven't validated but expect this to be same.
Do you have the connector logs, ideally from start till finish?
(You might be asked later to provide DEBUG/TRACE level log)
Shared with vjuranek@redhat.com already.
How to reproduce the issue using our tutorial deployment?
<Your answer>
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
<Your answer>
Implementation ideas (optional)
<Your answer>