Commit Graph

7604 Commits

Author SHA1 Message Date
Anisha Mohanty
3b096aecda DBZ-5423 Add test case to support table rename for SQLServer 2022-11-14 12:26:00 +01:00
Vojtech Juranek
eca9d250ee DBZ-2131 Run tests against Apicurio registy on internal CI 2022-11-14 09:58:15 +01:00
Enzo Cappa
e497fbc564 DBZ-5770 Update documentation regarding the Binary Data Converter
I introduce an error on the documentation by not closing a NOTE
block. Fixing it.
2022-11-14 09:48:13 +01:00
Bob Roldan
3cb1a8c25a DBZ-5789 Remove obsolete info about PG metadata from doc 2022-11-10 14:00:36 -05:00
Chris Cranford
855fbd944a DBZ-5821 Update COPYRIGHT.txt and Aliases.txt 2022-11-10 13:44:58 -05:00
Chris Cranford
15fc31e761 DBZ-5821 Formatting 2022-11-10 13:44:58 -05:00
mkobayas
fbe6ca408b DBZ-5821 Quarkus outbox extention never finish open tracing span 2022-11-10 13:44:58 -05:00
Gunnar Morling
e2c5c720ed [docs] Updating default poll.intervall.ms in PG connector docs 2022-11-10 13:14:56 -05:00
Mark Lambert
1ed3a46ea6 DBZ-5824 refactor GitHub Actions deprecated set-output command 2022-11-10 12:36:36 -05:00
Debezium Builder
a68649cece [release] Development version for testing module deps 2022-11-10 13:40:30 +00:00
Debezium Builder
e311dd1a67 [maven-release-plugin] prepare for next development iteration 2022-11-10 13:29:06 +00:00
Debezium Builder
e3bf53440a [maven-release-plugin] prepare release v2.1.0.Alpha1 2022-11-10 13:29:05 +00:00
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