Commit Graph

3925 Commits

Author SHA1 Message Date
Jiri Pechanec
a43bae7638 DBZ-3086 Separate offset and source info 2021-02-16 10:02:16 +01:00
Jiri Pechanec
e9ed4a0a2a DBZ-3086 Remove parallel snapshot reader offsets 2021-02-16 10:02:16 +01:00
Jiri Pechanec
488464419e DBZ-3086 Separate legacy and new SourceInfo 2021-02-16 10:02:16 +01:00
Jiri Pechanec
1d86d7068f DBZ-3077 Unified record creation 2021-02-16 10:02:16 +01:00
ani-sha
5f8a22a5df DBZ-2858 Make field descriptions consistent for time values 2021-02-16 09:55:35 +01:00
Bob Roldan
567e3d7ae9 DBZ-3111 Remove dup anchors introduced into props tables in DBZ-2918. 2021-02-16 09:44:11 +01:00
Gunnar Morling
b5b73b4409 DBZ-3057 Formatting fix 2021-02-16 09:40:13 +01:00
Chris Cranford
09de77cf7d DBZ-3057 Add some TableId helper methods 2021-02-16 09:40:13 +01:00
Jiri Pechanec
dadaaa4212 DBZ-3069 New Maven infra for release 2021-02-15 18:05:04 +01:00
Kewei Shang
c7850e8614 DBZ-3100 Vitess Connector supports Vitess 9.0.0 2021-02-15 17:16:33 +01:00
jcechace
77719ad8b8 DBZ-2265 by default tests are run without Apicurio Registry 2021-02-15 11:09:59 +01:00
jcechace
fe8319ea0a DBZ-2265 Allowing connector tests to run with Avro 2021-02-15 11:09:59 +01:00
jcechace
b208337f9c DBZ-2265 Apicurio Registry deployment descriptors 2021-02-15 11:09:59 +01:00
jcechace
04401295a0 DBZ-2265 Apicurio Registry deployment infrastracture 2021-02-15 11:09:59 +01:00
jcechace
802b088868 DBZ-2235 Job for upstream db2 connector tests 2021-02-15 10:51:10 +01:00
Bob Roldan
43ad0a0b2a DBZ-3097 Remove parenthetical ref to Db2 connector being Incubating 2021-02-12 13:48:45 -05:00
harveyyue
3a4bcb104b DBZ-3096 Getting RejectedExecutionException when checking topic settings from KafkaDatabaseHistory.checkTopicSettings 2021-02-12 08:37:16 +01:00
ani-sha
5dc9323453 DBZ-3083 Make CI builds resilient against disconnects on GH Actions infrastructure 2021-02-10 20:32:24 +01:00
Jakub Cechacek
5fec70d950
Merge pull request #2102 from roldanbob/DBZ-2815-prep-service-registry-docs-for-ga
Dbz 2815 prep service registry docs for ga
2021-02-10 12:37:31 +01:00
Kevin Pullin
db5dd54c20 DBZ-3074 Split shouldReceiveChangesForInsertsIndependentOfReplicaIdentity
Split shouldReceiveChangesForInsertsIndependentOfReplicaIdentity into two tests,
one that works with the PGOUTPUT decoder and one that works with the other decoders
(due to differences between schema update handling).
2021-02-10 10:58:26 +01:00
Kevin Pullin
2426de849a DBZ-3074 PgOutputMessageDecoder - Fix unordered keys
Fix issue where `PgOutputMessageDecoder` does not define primary key metadata in key-order.

`PgOutputMessageDecoder.getTablePrimaryKeyColumnNamesFromDatabase()` returns a `Set`, leading to unordered
primary keys in the metadata. Switch the logic to call `JdbcConnection.readPrimaryKeyNames()` which
_does_ correctly return an ordered primary key list.
2021-02-10 10:58:26 +01:00
Yilong Chang
0e63a5a651 DBZ-3075 Close Kafka Database History producer with a timeout of 30s. 2021-02-10 09:08:02 +01:00
Jiri Pechanec
619330e8ac [documentation] Fix Debezium server nightly download link 2021-02-10 08:37:03 +01:00
Gunnar Morling
fedd5e3aee
Formatting fix 2021-02-09 12:50:48 +01:00
Jiri Pechanec
90c26f53af [release] Use correct git repo URL 2021-02-09 08:25:03 +01:00
Jiri Pechanec
f467be0473 DBZ-3022 Add Postgres 13 to release pipeline 2021-02-09 08:16:20 +01:00
Gunnar Morling
65166dabb3
[docs] Broken link formatting 2021-02-08 08:52:15 +01:00
ani-sha
75e651a7d4 DBZ-3066 Upgrade testcontainers to 1.15.1 2021-02-07 15:53:24 +01:00
Debezium Builder
e08df0a177 [maven-release-plugin] prepare for next development iteration 2021-02-06 01:25:23 -05:00
Debezium Builder
da0411bf70 [maven-release-plugin] prepare release v1.5.0.Alpha1 2021-02-06 01:25:23 -05:00
Jiri Pechanec
ceefe1a157 [release] Additional issues fixed for 1.5.0.Alpha1 2021-02-05 05:50:43 +01:00
Jiri Pechanec
b98de6c44f DBZ-3039 Add MariaDB existence predicates 2021-02-05 05:44:20 +01:00
Jiri Pechanec
f63d08fc28 DBZ-3023 Handle default charsets for table 2021-02-05 05:44:14 +01:00
Jiri Pechanec
ed7a1c2486 DBZ-3047 Run the test after legacy package 2021-02-05 05:44:06 +01:00
Bob Roldan
dd02dcc2e6 DBZ-3013 Remove underscore from references to LOCK_TABLES 2021-02-04 11:03:52 -05:00
Jiri Pechanec
33074e047e [release] Changelog for 1.5.0.Alpha1 2021-02-04 09:10:18 +01:00
Jiri Pechanec
aa2d60a204 DBZ-1865 Rewritten info abot new MySQL connector
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-04 09:07:55 +01:00
Jiri Pechanec
5de2132dd7 DBZ-1865 Document the new implementation 2021-02-04 09:07:55 +01:00
Jiri Pechanec
c9fd39d04c DBZ-1865 Support for when_needed snapshot 2021-02-04 09:07:55 +01:00
Jiri Pechanec
f57343dc3b DBZ-1865 Use OptionaLong; add comments 2021-02-04 09:07:55 +01:00
Jiri Pechanec
2374b6b045 DBZ-1865 First draft of MySQL rewrite 2021-02-04 09:07:55 +01:00
Jiri Pechanec
23c1546362 DBZ-1865 Modify metrics to conform to new classes 2021-02-04 09:07:55 +01:00
Jiri Pechanec
d333c9f005 DBZ-1865 Move legacy classes into separate package 2021-02-04 09:07:55 +01:00
Gunnar Morling
6c5fb793af DBZ-2575 Marking option as private 2021-02-04 08:28:55 +01:00
Martin Sillence
164ab1330c DBZ-2575 Improve performance where tables we fetch are much less than total tables 2021-02-04 08:28:49 +01:00
Nick Murray
11de2b24d5 DBZ-3037 - Key being used as value in pubsub batch handler 2021-02-04 06:50:05 +01:00
Jiri Pechanec
fa0ec16a3c DBZ-3022 Add PostgreSQL 13 to filter 2021-02-04 06:18:33 +01:00
Gunnar Morling
b9ccb5097e DBZ-3022 Test with Postgres 13 2021-02-04 06:10:28 +01:00
Bob Roldan
9663e87507 DBZ-2815 Break long lines to faciliate authoring. Minor style edits. 2021-02-03 17:52:21 -05:00
Bob Roldan
b3b6497ded DBZ-2815 Remove TP statement conditionalized for product version. 2021-02-03 17:07:12 -05:00