Commit Graph

6751 Commits

Author SHA1 Message Date
Chris Cranford
c762143178 DBZ-4867 Do not set database.dbname for SQL Server 2022-05-18 08:52:29 +02:00
Jiri Pechanec
8643ad3a22 DBZ-5138 Unify happy/unhappy common path 2022-05-18 07:42:33 +02:00
Chris Cranford
e075d6b2eb DBZ-5138 Fix tracking MBean registration 2022-05-17 20:02:11 -04:00
Jiri Pechanec
d56f6ef6e0 DBZ-5138 Retry failed metrics registration; allow starting without metrics 2022-05-17 20:02:11 -04:00
Jiri Pechanec
a11767d05b DBZ-3921 Remove incorrect comment 2022-05-17 14:56:05 +02:00
roeselert
f0abcc15b9 DBZ-3921: update documentation 2022-05-17 14:56:05 +02:00
troeselereos
836632e5dd DBZ-3921 fixed logging
DBZ-3921:  update message

Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2022-05-17 14:56:05 +02:00
roeselert
6b72d22be8 DBZ-3921: fix postgres existing publication is not updated with the new table 2022-05-17 14:56:05 +02:00
Vadzim Ramanenka
0069c3e360 DBZ-5137: MilliSecondsBehindSource is not reported by SQL Server connector
Call StreamingMeter.onEvent for every event so that it reports the
metrics correctly.
2022-05-17 14:42:51 +02:00
Yang
75d3b716ab DBZ-5113 Use generic bson value 2022-05-17 14:32:51 +02:00
Yang
5c190f7584 DBZ-5113 Use bson document 2022-05-17 14:32:51 +02:00
Vojtech Juranek
80aad894a2 DBZ-5131 Use fetch size only in tests which need it
Cuncurrent reading and modification of MySQL table can result into MySQL
JDBC driver ArrayIndexOutOfBoundsException when it tried to merge table
fields. This is result fo caching parepared statements while table
schema is modified. It seems that caching of prepared statements is
triggered by using fetch size. Use it only in test which needs this
option to work properly and which don't do any schema changes.
2022-05-17 05:56:42 +02:00
harveyyue
10632a3489 DBZ-5134 java.lang.NumberFormatException: For input string: \"0.000000000000000000\" 2022-05-16 10:53:32 +02:00
Jiabao Sun
6a2071acee DBZ-5126 Clear tableMapEventByTableId on rotate event 2022-05-16 09:19:47 +02:00
Sergei Morozov
1ad97b9d66 DBZ-5130: Log history recover progress every two seconds 2022-05-16 09:17:24 +02:00
Bob Roldan
1745abf5f8 DBZ-4588 Make converter property descriptions consistent 2022-05-13 13:25:32 +02:00
Bob Roldan
4588e32338 DBZ-4588 Update Oracle and MySQL Boolean types custom converter examples 2022-05-13 13:25:32 +02:00
Bob Roldan
0d8fa4567d DBZ-4588 Remove empty line 2022-05-13 13:25:32 +02:00
Bob Roldan
9b897f1120 DBZ-4588 Insert converters property in configuration tables 2022-05-13 13:25:32 +02:00
Bob Roldan
3d3800eb30 DBZ-4588 Minor edits 2022-05-13 13:25:32 +02:00
Bob Roldan
1cadd6a4d7 DBZ-4588 Adds links to converters topic from connector data types topics 2022-05-13 13:25:32 +02:00
Bob Roldan
d6709b56fc DBZ-4588 Custo converters downstream edits & modularization comments 2022-05-13 13:25:32 +02:00
Chris Cranford
9a81339b54 DBZ-4782 Rework if-branches 2022-05-13 12:51:38 +02:00
Chris Cranford
e1579f8738 DBZ-4782 Flush SCN values upon schema changes 2022-05-13 12:51:38 +02:00
Sergei Morozov
65e97796e7 DBZ-5129: Use buffered reader when reading history from file 2022-05-13 09:38:43 +02:00
Bob Roldan
3d308da31a DBZ-5128 Assign unique anchor ID to recently added topic routing option 2022-05-13 09:07:33 +02:00
Vojtech Juranek
bd11b5a7e9 DBZ-4949 Update README to use Java 17 for compilation 2022-05-13 09:05:59 +02:00
jcechace
5d09c3c044 DBZ-5124 moved to MySQL 5.7 in CI 2022-05-12 13:48:04 +02:00
harveyyue
b0175ead02 DBZ-5121 Support if not exists/if exists key words in alter table statement 2022-05-11 14:16:58 -04:00
Jiri Pechanec
707eeab3d8 DBZ-4951 Remove oplog suppport 2022-05-11 16:04:04 +02:00
Vojtech Juranek
ff6d7007aa DBZ-5105 Allow empty DBZ server config value
An example when empty config value is meaningful is
`debezium.sink.kafka.producer.ssl.endpoint.identification.algorithm`
which means that server host name verification is turned off when
leave empty [1].

[1] https://docs.confluent.io/platform/current/kafka/authentication_ssl.html#optional-settings
2022-05-11 16:01:33 +02:00
Vojtech Juranek
e3b5d08158 DBZ-5117 Add mandatory database.server.id into Redis test profile 2022-05-11 09:26:54 -04:00
Chris Cranford
d0c6b59527 DBZ-4973 Cleanup logging calls 2022-05-10 11:33:33 -04:00
Chris Cranford
db9a104ea4 DBZ-4973 Remove unused code 2022-05-10 11:33:33 -04:00
Jiri Novotny
eaa112f073 DBZ-5094 Add cleanup job and ansible script 2022-05-10 16:52:49 +02:00
Chris Cranford
035d6b4c14 DBZ-5090 Improve test use case 2022-05-10 09:45:34 -04:00
Chris Cranford
0d595025fd DBZ-5090 Undo events across multiple mining sessions 2022-05-10 09:45:34 -04:00
Jiri Pechanec
4396fc3ec3 DBZ-4600 Remove deprecated class 2022-05-10 15:25:35 +02:00
Jiri Pechanec
688522c385 DBZ-4600 Add contributor 2022-05-10 15:25:35 +02:00
Jiri Pechanec
5e94c1d498 DBZ-4600 Fix formatting 2022-05-10 15:08:46 +02:00
Nathan Bradshaw
c76e697f2f DBZ-4600 - Add BinaryDataConverter to support byte[] and ByteBuffer source data 2022-05-10 15:08:46 +02:00
Nathan Bradshaw
b8b8dffac4 DBZ-4600 - Deprecate ByteBufferConverter from 1.9 2022-05-10 15:08:46 +02:00
Nathan Bradshaw
94b1746f02 DBZ-4600 - Update MongoDB SMT documentation to point to ByteArrayConverter 2022-05-10 15:08:46 +02:00
Nathan Bradshaw
4bf01a95a2 DBZ-4600 - Start to rough-out ByteArrayConverter
- Add delegator support to ByteArrayConverter. Add missing tests
- Add required headers, correct typos
2022-05-10 15:08:46 +02:00
jcechace
cbf6e2c893 DBZ-5114 Upgraded Fixture5 JUnit extension to released version 2022-05-10 12:57:20 +02:00
AlexMiroshnikov
5a9e90be99 DBZ-4780 Add LATERAL to keywordsCanBeId 2022-05-10 10:34:38 +02:00
AlexMiroshnikov
5bbc32c896 DBZ-4780 Introduce support of LATERAL operator 2022-05-10 10:34:38 +02:00
Chris Cranford
5ab416c86d DBZ-5108 Add ENABLED to the regular_id rule 2022-05-10 10:18:24 +02:00
Jiri Pechanec
74c56dc4db DBZ-5107 Upgrade Jackson Databind to 2.13.2.2 2022-05-10 10:15:07 +02:00
Chris Cranford
827620b7a2 DBZ-4734 Document PostgreSQL xmin.fetch.interval.xs 2022-05-10 10:13:35 +02:00