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 4, 2023
1 parent 5e544f3 commit 9369517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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. */
public class TableMapEventMetadataDeserializer {

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

0 comments on commit 9369517

Please sign in to comment.