Commit Graph

6358 Commits

Author SHA1 Message Date
Yossi Shirizli
5d7c660ae5
DBZ-4637 Streaming change records in batches to Redis 2022-02-08 17:05:03 +01:00
Farid Uyar
a559e51b08 DBZ-4547 Create History Topic with optional RF 2022-02-08 16:58:13 +01:00
rkerner
8127985da0 [docs] fix Mongo DB Connector Config typo for mongodb.name field description 2022-02-08 15:14:28 +01:00
Bob Roldan
7e9f9d1080 DBZ-4700 Insert missing word. 2022-02-08 12:23:57 +01:00
Bob Roldan
71b7e92b70 DBZ-4700 Append missing anchor ID to Avro cross-reference. cf. DBZ-4606 2022-02-08 12:23:57 +01:00
Bob Roldan
dae4d68424 DBZ-4700 Updates shared deployment file with downstream fixes 2022-02-08 12:23:57 +01:00
Chris Cranford
1df1019d5e DBZ-4677 Upgrade to Quarkus 2.7.0.Final 2022-02-08 10:33:00 +01:00
Anisha Mohanty
dd54a37665 DBZ-4649 Extend modify_table_partition rule 2022-02-08 14:27:18 +05:30
Andrei Isac
44e3ad3cb1 DBZ-4710: add author name and alias 2022-02-08 08:42:32 +01:00
Andrei Isac
4dee34922e DBZ-4710: fix replication role check on RDS Postgres
According to Debezium documentation[1], on AWS RDS, the `rds_replication` role
is enough to read the wal_log. However, on the connection validation step,
this case is omitted and the connector cannot start. The issue is pressent
starting at least v1.4.x.Final.

[1] https://debezium.io/documentation/reference/1.8/connectors/postgresql.html#postgresql-on-amazon-rds
2022-02-08 08:42:32 +01:00
Shichao An
292f39bb34 DBZ-4705 Update Vitess connector docs on bytes support 2022-02-08 08:18:05 +01:00
Paweł Malon
7f7e71b36a DBZ-4704 Replaced hasNotField with hasField and negated the result of it 2022-02-07 20:39:52 +01:00
Paweł Malon
abd8c4202f DBZ-4704 Fixed the problem with expanding JSON payload that contains arrays of objects 2022-02-07 20:39:52 +01:00
Gunnar Morling
1edc5ef3c3 DBZ-4510 Using DelayStrategy 2022-02-07 19:02:40 +01:00
spicy-sauce
9793f71cf0 DBZ-4510 Retrying in case of communication errors/OOM 2022-02-07 19:01:51 +01:00
Gunnar Morling
5dc44b834f DBZ-4672 Fixing build trigger for Debezium Server 2022-02-07 19:01:51 +01:00
René Kerner
8b47bf2d8f
DBZ-4665 Extend Debezium Schema Generator;
* finish renaming of API/APIFormat occurences to use Schema instead
* add creation of directory structure per connector when creating descriptors: `postgres.json` --> `postgres/postgres.json`
* add configuration to add a schema filename prefix (`postgres.json` --> `debezium-postgres.json`)
* add configuration to add a schema filename suffix (`postgres.json` --> `postgres-1.9.0-SNAPSHOT.json`)
* add some minor logging (available schema formats, selected format, processed connectors) and throw errors on failed state (no schema formats found, no connectors found)
* remove Oracle connector schema generation as it is not annotated yet
* automatically resolving all dependencies required by the schema generator

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-02-07 16:19:50 +01:00
Chris Cranford
06d682707f DBZ-4701 Fix PostgreSQL tests DDL execution 2022-02-07 06:21:11 +01:00
Chris Cranford
055d5ba474 DBZ-4701 executeWithoutCommitting throw exception when auto-commit is enabled 2022-02-07 06:21:11 +01:00
Chris Cranford
4d9867d33b DBZ-4672 Upgrade changed-files to 14.3 2022-02-05 18:21:40 +01:00
Chris Cranford
768e60ff65 DBZ-4672 On changes to schema-generator, build dependent connectors 2022-02-05 18:21:40 +01:00
Chris Cranford
e33b40a9d1 DBZ-4672 Fail check if commit has no DBZ Jira prefix 2022-02-05 18:21:40 +01:00
Chris Cranford
57934a0838 DBZ-4367 Fix test failure due to auto-commit state 2022-02-05 11:32:14 -05:00
Chris Cranford
c59e749a15 DBZ-4367 Fix Xstream compilation problem 2022-02-05 11:32:14 -05:00
Dominique Chanet
38266e7ead DBZ-4367 process initial review comments 2022-02-05 11:32:14 -05:00
Dominique Chanet
9cc059beb5 DBZ-4367: LogMiner mine from oldest pending TX instead of snapshot SCN
Start mining from the start SCN of the oldest still-pending transaction
at the time the initial snapshot was taken. This ensures that no events
get lost when that transaction is committed post-snapshot.
2022-02-05 11:32:14 -05:00
Chris Cranford
176a5d6dc3 DBZ-4703 Enable DEBUG logging for LcrEventHandler for tests 2022-02-04 19:33:00 -05:00
Chris Cranford
74f75867e4 DBZ-4702 Document & fix test - XStream does not support ROWID data type 2022-02-04 18:57:11 -05:00
Chris Cranford
bbd963549e DBZ-4676 Fix MongoUtilIT test failure 2022-02-04 12:14:06 -05:00
Ismail Simsek
25ed5898c5 DBZ-4675 parse MariaDB PAGE_COMPRESSED and PAGE_COMPRESSION_LEVEL table options 2022-02-04 11:07:14 -05:00
Snigdhajyoti Ghosh
0ab45ecab0 DBZ-4518 Make kafka query timeout configurable 2022-02-04 14:08:15 +01:00
Ismail Simsek
a59b5a203e DBZ-4661 parse MariaDB encrypted keyword
Co-authored-by: Anisha Mohanty <anishamohanty23@gmail.com>
2022-02-04 15:15:07 +05:30
Gunnar Morling
a9bf4d6bd5 DBZ-4294 Awaiting PURGE has happened;
Also fixing the regexp for capturing the start TX id. Only one
capturing group is needed, and the first one would never capture
anything due to the greedy part before.
2022-02-03 15:10:05 -05:00
Chris Cranford
3980210c0c DBZ-4648 Relax case requirement for SnapshotType 2022-02-03 18:15:23 +01:00
Chris Cranford
44f9cd9b66 DBZ-4654 Support name based log groups 2022-02-03 18:15:23 +01:00
Gunnar Morling
39a78bb659 DBZ-4668 Making sure right protoc version is used 2022-02-03 11:41:46 -05:00
Chris Cranford
9f29bc73b8 DBZ-4305 Add Oracle 21.3.0 to Oracle LogMiner CI matrix 2022-02-03 16:51:54 +01:00
nathan
d5dcde8f7a DBZ-4646 Changing exists method for FileDataBaseHistory to test if file is empty. 2022-02-03 16:47:22 +01:00
Vojtech Juranek
b0ee732245 DBZ-4645 skip test jobs on doc only changes
Add check if the change is only in documentation and if this is the
case, skip `build_cache` job and thereore any other test job.
2022-02-03 10:41:36 -05:00
Vojtech Juranek
6ab7f3d781 DBZ-4645 check file changes first
Run `file_changes` job as the first job. Chain of the dependencies is
now as follows:

    test jobs -> check_style -> build_cache -> file_changes
2022-02-03 10:41:36 -05:00
Mark Drilling
8a5279d304
DBZ-4314 Define Oracle category grouping and ordering (#3151) 2022-02-02 15:33:01 -06:00
Jiri Pechanec
74ea147152 DBZ-3679 Clarify log messages 2022-02-02 14:33:41 -05:00
Jiri Pechanec
fafcea9fe4
DBZ-4605 Upgrade binlog client; test MySQL partial update
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-02-02 10:36:56 +01:00
Jiri Pechanec
3ee24d644e DBZ-4658 Upgrade PostgreSQL driver 2022-02-02 09:34:59 +01:00
David Haglund
aa879c8bbe
[docs] Fix broken link to apicurio-registry-distro-connect-converter 2022-02-02 09:34:22 +01:00
Chris Cranford
56a30bcb1d DBZ-4650 Mark incompatible Xstream tests as LogMiner-only 2022-02-01 08:54:19 -05:00
Chris Cranford
05b5abbff5 DBZ-4644 Refer to main branch as main version 2022-01-31 14:39:13 +01:00
Chris Cranford
088df2db8e DBZ-4584 Fix test failures 2022-01-31 09:14:46 +01:00
Chris Cranford
dcd8607108 DBZ-4584 Support case-sensitive Oracle incremental snapshots 2022-01-31 09:14:46 +01:00
harveyyue
bfd2ce97e8 DBZ-4640 Parse including keyword column table ddl error 2022-01-30 12:04:04 -05:00