Commit Graph

29 Commits

Author SHA1 Message Date
Piotr Piastucki
06f319d221 DBZ-7951 Call commit after running DDL statements
PostgreSQL does not auto-commit DDL statements so, currently, other clients trying to execute DDL statements might get stuck until commit is invoked in storeRecord for instance.
2024-06-14 10:27:46 +02:00
Chris Cranford
8a39e04ca6 DBZ-7693 Refactor MySQL to use binlog-connector 2024-04-18 10:27:21 +02:00
Jiri Pechanec
15e795547d DBZ-7258 Added try-wit-resources; changed connection check method 2024-03-27 07:02:16 +01:00
Jiri Pechanec
54e6c855a2 DBZ-7258 Use business methods 2024-03-27 07:02:16 +01:00
Jiri Pechanec
b63e5ce048 DBZ-7258 Simplify exception handling 2024-03-27 07:02:16 +01:00
Jiri Kulhanek
1513227578 DBZ-7258 Reconnect DB feature for JDBC Storage 2024-03-27 07:02:16 +01:00
mfvitale
8a47b2333d DBZ-7588 Disable debug prints on tests 2024-03-02 11:33:48 -05:00
Vojtech Juranek
4452e3d095 DBZ-7024 Move EmbeddedConfig into separate class
`EmbeddedConfig` needs to be shared with other implmentations of
`DebeziumEngine` as long as Debezium embedded depends on the Kafka
model.
2024-02-12 13:43:21 +01:00
V K
738f2f8788 DBZ-7366 use withMaskedPasswords() 2024-01-22 10:30:22 +01:00
Chris Cranford
47df821c6d DBZ-7085 Don't use MySQL test artifacts in JDBC storage tests 2023-11-09 10:00:33 +01:00
Jiri Pechanec
52f45ad9f7 DBZ-6855 Use correct naming prefix 2023-09-07 15:59:21 -04:00
Jiri Pechanec
e5141b1617 DBZ-6484 Support FQN table name in history 2023-08-03 13:39:03 +02:00
Jiri Pechanec
764427081b DBZ-6517 DBZ-6654 Make CE converter compatible with Kafka 3.5 2023-07-13 11:26:21 +02:00
Kanthi Subramanian
e1fd00b580 DBZ-6476 Change encoding of JDBC offset data from UTF-16 to UTF-8 2023-05-22 08:25:11 +02:00
Kanthi Subramanian
f70b215b51 DBZ-6433 Include column names in default insert for JDBC schema history. 2023-05-05 13:41:44 +02:00
Kanthi Subramanian
e97e54352f DBZ-6433 Make insert configurable for JDBC Schema history. 2023-05-05 13:41:44 +02:00
Kanthi Subramanian
7b146b094d DBZ-6433 Make insert and delete queries configurable for JDBC offset storage. 2023-05-05 13:41:44 +02:00
Jiri Pechanec
bd097117b9 DBZ-3621 Make Replace underscores with dots in param names 2023-05-02 14:15:19 +02:00
Jiri Pechanec
d1ee10af05 DBZ-3621 Make SELECT to check table presence configurable 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
6f72efa5eb DBZ-3621 Added option to set Create DDL and Select customizable for JDBC Schema history. 2023-05-02 14:15:19 +02:00
Jiri Pechanec
3372e5c450 DBZ-3621 Clean deps; add logging for tests; extrenalize config options 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
ba41b603eb DBZ-3621 Make select and insert queries configurable for JDBC offset storage. 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
d33472eeb8 DBZ-3621 Changed references to JDBC URI to JDBC URL 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
3f8b2a8d49 DBZ-3621 Changed references to JDBC URI to JDBC URL 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
646c77f117 DBZ-3621 Organize imports 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
9bedafdbf2 DBZ-3621 Address PR review comments and added javadocs. 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
4a36af6129 DBZ-3621 Address PR review comments and added javadocs. 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
3b22d6d457 DBZ-3621 Fixed JDBC offset store integration test. 2023-05-02 14:15:19 +02:00
Kanthi Subramanian
aca0da75e1 DBZ-3621 Added debezium jdbc storage module 2023-05-02 14:15:19 +02:00