Commit Graph

3959 Commits

Author SHA1 Message Date
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
mpermar
cb4b973be3 DBZ-2982 Updating formatting on log mining default values
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2021-02-03 11:48:01 -05:00
mpermar
f34d052e22 DBZ-2982 Rename log mining batch size and sleep time properties 2021-02-03 11:48:01 -05:00
mpermar
2198f97c0b DBZ-2982 Adding docs for new properties that customize log mining behavior 2021-02-03 11:48:01 -05:00
rkerner
f026f962f2 DBZ-3024 Migrate DebeziumContainer enhancements for DBZ-2950 and DBZ-2952 into main repository
* apply PR feedback

closes https://issues.redhat.com/browse/DBZ-3024
2021-02-03 15:21:50 +01:00
jcechace
980f157426 DBZ-3025 Allow KC image build script to overwrite existing files when unpacking additional libraries 2021-02-03 09:20:36 -05:00
Gunnar Morling
8bf4a85a81 DBZ-2382 Doc update 2021-02-03 13:53:01 +01:00
Naveen Kumar KR
75882f35ac DBZ-2382 Support emitting TRUNCATE events in PG11+ PGOUTPUT plugin
default - TruncateHandlingMode.SKIP
supported configs - TruncateHandlingMode.SKIP / TruncateHandlingMode.INCLUDE
2021-02-03 13:53:01 +01:00
Jiri Pechanec
ffd5e1ee2b DBZ-2274 Execute release from a candidate branch 2021-02-03 13:40:14 +01:00
Jiri Pechanec
5909548d42 DBZ-2274 Use new Jira API URL 2021-02-03 13:40:14 +01:00
Dave Cramer
546b2f2da9 [docs] Update docs for PostgreSQL and add CrunchyBridge 2021-02-03 12:27:07 +01:00
Jiri Pechanec
5e887b2bfb DBZ-3020 Ignore expressions in default values 2021-02-03 10:12:09 +01:00
Gunnar Morling
a5d0021626
DBZ-2970 Add Oracle frequent problems section (#2081)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-03 09:00:19 +01:00
Gunnar Morling
71eb79de0a
Update documentation/modules/ROOT/pages/connectors/oracle.adoc 2021-02-03 08:59:51 +01:00
Jiri Pechanec
bfc7e25705 DBZ-3018 Signal option values can be calculated 2021-02-03 08:55:53 +01:00
Chris Cranford
5a0e65f284 DBZ-2970 Suggested changes & clarification 2021-02-03 02:43:38 -05:00
ani-sha
d4003c9172 DBZ-2420 Define database configs under RelationalDatabaseConnectorConfig 2021-02-03 08:05:42 +01:00