Commit Graph

7669 Commits

Author SHA1 Message Date
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
harveyyue
506311b469 DBZ-5783 Suppress logging of undetermined optionality for explicitly excluded columns 2022-11-04 10:46:29 -04:00
harveyyue
6ba46b97cb DBZ-5790 Enhance the ability to sanitize topic name 2022-11-03 15:45:54 +01:00
ggaborg
fcb15dc722 DBZ-5752 Redis Sink wait for Redis Replica writes 2022-11-03 15:43:42 +01:00
Vojtech Juranek
28aa715867 DBZ-5626 Do the snapshot also in case of schema history errors
`ALWAYS` should mean always and also this should be in line with Postgres
`ALWAYS` option.
2022-11-03 15:41:29 +01:00
Vojtech Juranek
d95f9abb2d DBZ-5626 Update Oracle documentation with snapshot mode ALWAYS 2022-11-03 08:59:27 +01:00
Vojtech Juranek
3fcfd9a0e8 DBZ-5626 Add ALWAYS snapshot mode for Oracle connector
For AWLAYS snapshot mode it's important to obtain up-to-date SCN,
therefore offset, if exists, is ignored during snapshot.
2022-11-03 08:59:27 +01:00
Théophile Helleboid - chtitux
16e086b1d5 [docs] Postgresql connector documentation: add a missing word 2022-11-03 08:51:27 +01:00
zhanghelong
71e430cd22 DBZ-5788 Fix typo 2022-11-03 08:12:55 +01:00
Chris Cranford
dfcdf75e86 DBZ-5786 Upgrade to Quarkus 2.14.0.Final 2022-11-03 08:06:20 +01:00
Bob Roldan
4e2734f250 DBZ-5757 Replace callout legend after KafkaConnector examples w/ tables 2022-11-02 14:25:49 +01:00
Bob Roldan
7c345acd72 DBZ-5757 Fix formatting in context of substep. 2022-11-02 14:25:49 +01:00
Bob Roldan
26a4573ff2 DBZ-5757 Updates downstream steps to build KC custom container images 2022-11-02 14:25:49 +01:00
Ondrej Babec
27632576ac DBZ-5745 Add reporting to report portal and results xunit archiving 2022-11-02 14:16:21 +01:00
Chris Cranford
ec33ea0b5b DBZ-5756 Documentation suggestions 2022-11-02 13:58:25 +01:00
Chris Cranford
9cb2082746 DBZ-5756 Document excluded table patterns 2022-11-02 13:58:25 +01:00
Chris Cranford
993a547c2f DBZ-5756 Add Compression Advisor tables as system-excluded tables 2022-11-02 13:58:25 +01:00
jcechace
5bf3dad9fd DBZ-5779 Migrated debezium-ddl-parser to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
666fd6f858 DBZ-5779 Migrated debezium-testing-testcontainers to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
5b30e1bde8 DBZ-5779 Migrated debezium-server to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
65d06fdce7 DBZ-5779 Migrated debezium-scripting to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
f91963f59d DBZ-5779 Migrated debezium-connector-mongodb to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
1573684292 DBZ-5779 Migrated debezium-api to AssertJ 2022-11-02 08:50:26 +01:00
jcechace
df97a23f62 DBZ-5779 Migrated debezium-connector-sqlserver to AssertJ 2022-11-02 08:50:26 +01:00