Skip to content

Commit

Permalink
bring up the event header deserializaiton issue in shyiko/mysql-binlo…
Browse files Browse the repository at this point in the history
  • Loading branch information
含风 committed Dec 5, 2023
1 parent 5e544f3 commit 135f2d2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
import java.util.logging.Level;
import java.util.logging.Logger;

/** Copied from mysql-binlog-connector 0.25.3 to fix table metadata deserialization issue. */
/** Copied from mysql-binlog-connector 0.25.3 to fix table metadata deserialization issue #363.
* Issue link: https://github.com/shyiko/mysql-binlog-connector-java/issues/363
* */
public class TableMapEventMetadataDeserializer {

private final Logger logger = Logger.getLogger(getClass().getName());
Expand Down

0 comments on commit 135f2d2

Please sign in to comment.