Commit Graph

7692 Commits

Author SHA1 Message Date
Debezium Builder
93348058f8 [release] Stable 2.1.0.Alpha1 for testing module deps 2022-11-10 13:25:21 +00:00
Jiri Pechanec
43bcd9b0c5 [release] Changelog for 2.1.0.Alpha1 2022-11-10 13:58:12 +01:00
Jiri Pechanec
28293d39c3 [release] Add 2.1 to release pipeline 2022-11-10 13:27:01 +01:00
Anil Dasari
c781832f41 DBZ-5822 Change visibility of BaseSourceTask#logStatistics method to protected 2022-11-10 08:02:48 +01:00
Chris Cranford
1d9a21bb85 DBZ-5759 Log per topic record counts 2022-11-10 07:31:28 +01:00
Chris Cranford
21f870d5db DBZ-5759 Log current active transactions metadata 2022-11-10 07:31:28 +01:00
Chris Cranford
6842f701f1 DBZ-5759 Log online redo log sizes 2022-11-10 07:31:28 +01:00
Chris Cranford
b718a81698 DBZ-5816 Introduce FAQ section; document ORA-01555 2022-11-10 07:27:51 +01:00
Chris Cranford
22593e5fe1 DBZ-5648 Move LogMiner RegEx handling into Java 2022-11-10 07:23:52 +01:00
Bob Roldan
2294a4ddb3 DBZ-5504 Updates value in Timestamp types example to use milliseconds. 2022-11-09 13:07:49 -05:00
Bob Roldan
1569093769 DBZ-5504 Removes references to SMALLDATETIME and DATETIME2 data types 2022-11-09 13:07:49 -05:00
Bob Roldan
a600eb8eaa DBZ-5504 Removes references to MONEY and SMALLMONEY data types 2022-11-09 13:07:49 -05:00
Vojtech Juranek
97138bb3e8 DBZ-5791 Make ORA-01089 retriable based on its message 2022-11-09 10:55:56 -05:00
Martin Medek
b9bf46dc4f DBZ-5678 fixing jenkins jobs to pass new teststuite introduced in jcasc repo 2022-11-09 10:44:04 +01:00
Vojtech Juranek
96e4326d35 DBZ-2131 Use system property to determine if Apicurio should be used 2022-11-09 08:44:45 +01:00
Vojtech Juranek
df2ad6d3c1 DBZ-2131 Add Apicurion profile for Oracle 2022-11-09 08:44:45 +01:00
Vojtech Juranek
54b5582130 DBZ-2131 Unify intendation in Oracle pom.xml 2022-11-09 08:44:45 +01:00
Vojtech Juranek
06dd44d35f DBZ-2131 Add Apicurion profile for Sqlserver 2022-11-09 08:44:45 +01:00
Vojtech Juranek
903e0a84d4 DBZ-2131 Unify intendation in Sqlserver pom.xml 2022-11-09 08:44:45 +01:00
Vojtech Juranek
391c1b921d DBZ-2131 Add Apicurion profile for Postgres 2022-11-09 08:44:45 +01:00
Vojtech Juranek
1e86ab7c7a DBZ-2131 Unify intendation in Postgres pom.xml 2022-11-09 08:44:45 +01:00
Vojtech Juranek
e5a9495327 DBZ-2131 Add Apicurion profile for Mongo 2022-11-09 08:44:45 +01:00
Vojtech Juranek
82a66e4618 DBZ-2131 Unify intendation in Mongo pom.xml 2022-11-09 08:44:45 +01:00
Vojtech Juranek
41d3d7d155 DBZ-2131 Run tests with Apicurio registry
When Apicurio profile is used and container with Apicurio started, use
Apicurio registry in the tests. Fall back to in-memory Confluent
registry otherwise.
2022-11-09 08:44:45 +01:00
Vojtech Juranek
e89c65ed98 DBZ-2131 Add Apicurion profile for Mysql 2022-11-09 08:44:45 +01:00
Vojtech Juranek
cfa56d3416 DBZ-2131 Use dedicated property for setting mysql test database
To be able to modify `docker.filter` property for Docker Maven plugin,
use dedicated property for selecting the test database. This will be
later used for creating `docker.filter` property.
2022-11-09 08:44:45 +01:00
Vojtech Juranek
95d9f4c34b DBZ-2131 Unify intendation in mysql pom.xml
Part of the file uses 2 space for intendation, part 4 spaces, which is
messy. Before touching the file, unify the intendation to 4 spaces in
all file.
2022-11-09 08:44:45 +01:00
Vojtech Juranek
0510102db5 DBZ-2131 Don't skip Avro validation
Original issue seems to be resolved, at least don't with with Avro
validation.
2022-11-09 08:44:45 +01:00
rajdangwal
2350442a8c DBZ-5792: minor nit 2022-11-09 08:28:17 +01:00
rajdangwal
7bf889006f DBZ-5792: Handle TRUNCATE type 2022-11-09 08:28:17 +01:00
rajdangwal
ea2983c8d8 DBZ-5792: Fix for - Message with LSN XYZ not present among LSNs seen in the location phase 2022-11-09 08:28:17 +01:00
ggaborg
fdeb497c42 DBZ-5782 constants 2022-11-09 07:16:40 +01:00
Jiri Pechanec
a17c3557b9 DBZ-5782 Build Redis storage when doing CI for Debezium Server 2022-11-09 07:16:40 +01:00
ggaborg
1d0b51d2b4 DBZ-5782 rename to memory.threshold.percentage 2022-11-09 07:16:40 +01:00
ggaborg
ec60bce52e DBZ-5782 add debezium-storage-redis to github workflow 2022-11-09 07:16:40 +01:00
ggaborg
a1679679c6 DBZ-5782 documentation 2022-11-09 07:16:40 +01:00
ggaborg
85bfbc1d67 DBZ-5782 Redis sink back-pressure mechanism when Redis memory is almost full 2022-11-09 07:16:40 +01:00
Chris Cranford
54bde9b3bb DBZ-5773 Correctly discard LOB_ERASE events 2022-11-08 17:37:38 -05:00
Chris Cranford
18f106ad23 DBZ-5738 Documented nest table exclusion 2022-11-08 15:37:26 -05:00
Vojtech Juranek
15308b8d78 DBZ-5738 Skip nested tables and their parent tables
Nested tables are currently not supported.
2022-11-08 15:37:26 -05:00
Vojtech Juranek
f347c1c844 DBZ-5626 Don't check ofsset for AWLAYS mode
While `ALWAYS` mode allows also snapshot on schema error, it allows
snapshot also on other ocassions. Don't throw exception when offset
is missing and schema is set to `ALWAYS`.
2022-11-08 11:03:05 -05:00
Ondrej Babec
a7e005da25 DBZ-5805 Fix TransformationTest for Kafka 2.X 2022-11-08 14:49:35 +01:00
Mark Lambert
e9dd72678e DBZ-4669 Remove plug-in version properties that are duplicate parent POM debezium-build-parent 2022-11-08 14:26:57 +01:00
harveyyue
e6f0551451 DBZ-5801 The merge method of configuration is not work 2022-11-08 14:19:51 +01:00
Jiri Pechanec
4ccf91d70d DBZ-5800 Disable test failing on CI 2022-11-08 12:10:19 +01:00
harveyyue
f2e7e6cc3b DBZ-5802 Mysql connector alter table with database name parse failed 2022-11-07 08:20:16 +01:00
jcechace
41d07fed85 DBZ-5629 Added test to verify MongoDbTaskContext properties 2022-11-06 15:03:16 +01:00
jcechace
7093b63c45 DBZ-5629 Correctly setting task id for MongoDbTaskContext 2022-11-06 15:03:16 +01:00
Hubert Dulay
b398500604 [docs] oracle cdc for aws rds 2022-11-06 15:02:01 +01:00
Ondrej Babec
54a6979b69 DBZ-5799 Fix path to reporting script for DB2 connector 2022-11-06 12:29:42 +01:00