Commit Graph

6726 Commits

Author SHA1 Message Date
Sagar Rao
e4b1486353 DBZ-4346 Adding validation to SQL Server connector to fail when a user not having access to CDC table is used with modes other than INITIAL_ONLY mode
Removing unwanted commits
2022-05-06 10:00:09 -04:00
Mark Allanson
0edb86d861 DBZ-5097: Add tests to cover PostgresErrorHandler behaviour
The error handler had no unit tests at all, so I thought it might be a good idea
to add some tests to verify the behaviour given there's a bunch of different
ways to determine if something is retryable.
2022-05-06 09:55:06 -04:00
Mark Allanson
f54ff93ca0 DBZ-5097: Add Mark Allanson to COPYRIGHT.txt and Aliases.txt 2022-05-06 09:55:06 -04:00
Mark Allanson
dd815f5226 DBZ-5097: Add two new retryable postgresql error messages
These two error messages can occur when running inside docker and the
postgres container is either killed (sigtermed) or brought down
using `docker stop`.

In both cases these are retryable as the postgres server can be
restarted shortly thereafter.
2022-05-06 09:55:06 -04:00
Vojtech Juranek
dfd8afab7b DBZ-4939 Fall back to JDBC driver if we fail to read timestamp or date
MySQL protocol can change during connection and as a result our custom
field reader may fail. In such case fall back to JDBC to read the value.
This is workaround until proper solution, which will require bigger
refactoring, is implemented, see DBZ-5084 for more details.
2022-05-06 07:55:58 +02:00
Jiri Pechanec
06fcf697f8 DBZ-5087 Add contributor 2022-05-06 07:52:00 +02:00
Mark Bereznitsky
ae00729aa2 DBZ-5087 Added a decorator for result sets that can cancel the parent statements 2022-05-06 07:52:00 +02:00
Anisha Mohanty
709f4ff09a DBZ-5060 Upgrade postgres driver to version 42.3.5 2022-05-05 14:04:06 +02:00
harveyyue
cffd1598ec DBZ-5092 Introduce a new extension api for query debezium version 2022-05-05 13:29:20 +02:00
Martin Medek
68af2ce985 DBZ-5082 wrapped components param to quites, loading as single string in script and added newline to eof 2022-05-05 06:17:00 -04:00
Martin Medek
23835d8f6a DBZ-5082 added github checkout step so that the script exists on slave machine, renamed job so it shows in system tests tab in jenkins 2022-05-05 06:17:00 -04:00
Martin Medek
e70842b6c6 DBZ-5082 added new script to verify maven artifact integrity and a simple jenkins job to run this script 2022-05-05 06:17:00 -04:00
Martin Medek
8fe2c08a8f DBZ-4956 fixing bug, where last build is renamed instead of last completed 2022-05-05 06:01:40 -04:00
Martin Medek
35353b0ed9 DBZ-4956 fixed bugs in label setting and unified error handling on trigger jobs 2022-05-05 06:01:40 -04:00
Martin Medek
0c0c6a4347 DBZ-4956 fixed mentions from review - bug, where incorrect build number was set to child builds, changed build naming logic. Added STRZ_ prefix to strmzi related parameters 2022-05-05 06:01:40 -04:00
Martin Medek
a86c09c3f2 DBZ-4956 renamed the job so that it's shown in system test tab in jenkins 2022-05-05 06:01:40 -04:00
Martin Medek
b4de453580 DBZ-4956 added a job, that triggers all downstream preparation jobs, collects artifacts from them and modified downstream preparation jobs to archive zips with its names on them, so the trigger job doesn't have duplicities in collected artifact 2022-05-05 06:01:40 -04:00
Sergei Morozov
194934b74a DBZ-5075: Clean up Javadocs 2022-05-03 13:46:23 +02:00
Sergei Morozov
f6546e4d87 DBZ-5075: Remove unused legacy MySQL code 2022-05-03 13:46:23 +02:00
Sergei Morozov
1e8181e5c4 DBZ-5075: Fix typo in a private property name 2022-05-03 13:46:23 +02:00
harveyyue
d03e555144 DBZ-5072 Update the two properties to topic-routing doc 2022-05-03 13:44:58 +02:00
harveyyue
25205b233c DBZ-5072 Config the cache size property for ByLogicalTableRouter caches 2022-05-03 13:44:58 +02:00
Chris Cranford
0ebd75e362 DBZ-5076 Fix typo: archive_log_target to archive_lag_target 2022-05-02 08:32:01 -04:00
harveyyue
7fbc53df9d DBZ-5078 Rename "Mysql" to "MySql" in related MysqlFieldReader interface 2022-05-02 07:21:47 +02:00
Debezium Builder
c32561b3cd [release] Development version for testing module deps 2022-04-28 14:00:14 +00:00
Debezium Builder
901825810a [maven-release-plugin] prepare for next development iteration 2022-04-28 13:51:13 +00:00
Debezium Builder
05dcb45647 [maven-release-plugin] prepare release v2.0.0.Alpha1 2022-04-28 13:51:12 +00:00
Debezium Builder
0248613590 [release] Stable 2.0.0.Alpha1 for testing module deps 2022-04-28 13:48:32 +00:00
Jiri Pechanec
3df6a92965 [release] Changelog for 2.0.0.Alpha1 2022-04-28 15:31:32 +02:00
Jiri Pechanec
1dc96be9b0 DBZ-4450 Generic description of Pub/Sub Lite 2022-04-28 14:43:09 +02:00
Jiri Pechanec
9142e0d620 DBZ-4450 Use Testing print utils 2022-04-28 14:43:09 +02:00
PlugaruT
845f2097a3 DBZ-4450 Improve documentation to cover new Pub/Sub Lite sink 2022-04-28 14:43:09 +02:00
PlugaruT
a007f24ead DBZ-4450 Reorder imports 2022-04-28 14:43:09 +02:00
PlugaruT
d9739aa71a DBZ-4450 Pick up default project if not provided 2022-04-28 14:43:09 +02:00
PlugaruT
d376faa8e0 DBZ-4450 Fix * import 2022-04-28 14:43:09 +02:00
PlugaruT
ba6a620543 DBZ-4450 Complete Integration tests for Pub/Sub Lite Change consumer 2022-04-28 14:43:09 +02:00
PlugaruT
50b3429274 DBZ-4450 WIP integration tests for pubsub lite 2022-04-28 14:43:09 +02:00
PlugaruT
683bf1eaa2 DBZ-4450 small fix 2022-04-28 14:43:09 +02:00
PlugaruT
32a94e34ca DBZ-4450 Formatting 2022-04-28 14:43:09 +02:00
PlugaruT
2a5548a5d8 DBZ-4450 Move the change consumer to the same module 2022-04-28 14:43:09 +02:00
PlugaruT
4cc55254c2 DBZ-4450 Run code formatter 2022-04-28 14:43:09 +02:00
PlugaruT
b48c14a66b DBZ-4450 Basic implementation of change consumer 2022-04-28 14:43:09 +02:00
PlugaruT
cf5ba7cb88 DBZ-4450 Structure for new pubsub-lite module 2022-04-28 14:43:09 +02:00
Jiri Pechanec
e8e100778b [release] Changes for 2.0 release process 2022-04-28 14:35:20 +02:00
Vojtech Juranek
96683a9ca4 DBZ-5064 Use maven 3.8.4 2022-04-28 13:39:43 +02:00
Anisha Mohanty
719af4da32 DBZ-5064 Use Maven 3.8.4 for GitHub CI 2022-04-28 13:39:14 +02:00
zalmane
f4ea50d75c DBZ-5037 update HTTP connector pom 2022-04-28 08:04:36 +02:00
Chris Cranford
694833a11f DBZ-5062 Upgrade to Quarkus 2.8.2.Final 2022-04-28 07:04:03 +02:00
Chris Cranford
43ae067ef8 DBZ-5006 Add suggested test coverage 2022-04-27 08:52:29 -04:00
Chris Cranford
7e845f83cb DBZ-3318 Scope tests to Oracle LogMiner adapter 2022-04-27 08:52:29 -04:00