Commit Graph

9004 Commits

Author SHA1 Message Date
Jiri Pechanec
8a32cd33d7 [jenkins-jobs] Clean project before rebuild for snapshots
Oracle re-build fails after OLR was introduced due to protoc generated
sources. The re-build (unless clean is provided) fails with
Compilation unit is not of SOURCE kind: ".../debezium-connector-oracle/target/generated-sources/oracle.json"
2023-09-13 11:11:04 +02:00
Jakub Cechacek
fd5c8353b2 DBZ-6883 Documenting oversized document handling 2023-09-13 11:04:07 +02:00
Jakub Cechacek
4769a84012 DBZ-6883 Documenting cursor.pipeline.order property 2023-09-13 11:04:07 +02:00
Chris Cranford
5e243e2480 DBZ-2543 Add Incubating / Known Issues for OpenLogReplicator 2023-09-12 18:20:29 -04:00
Chris Cranford
ad2111721f DBZ-2543 Suggested changes 2023-09-12 18:20:29 -04:00
Chris Cranford
45b4e81b07 DBZ-2543 Document Oracle OpenLogReplicator adapter 2023-09-12 18:20:29 -04:00
Chris Cranford
6e10618c94 DBZ-2543 Checkstyle fixes 2023-09-12 18:20:07 -04:00
Chris Cranford
1d9b81b58c DBZ-2543 Confirm only checkpoints 2023-09-12 18:20:07 -04:00
Chris Cranford
e8e11cd40a DBZ-2543 Fix value converter failures 2023-09-12 18:20:07 -04:00
Chris Cranford
46fa3bef4d DBZ-2543 Refactor value conversion logic 2023-09-12 18:20:07 -04:00
Chris Cranford
ca6ccbcd35 DBZ-2543 Remove unnecessary test class 2023-09-12 18:20:07 -04:00
Chris Cranford
e841e6c74d DBZ-2543 Use protoc plugin setup like PostgreSQL 2023-09-12 18:20:07 -04:00
Chris Cranford
c076d9526b DBZ-2543 Remove vert.x dependency 2023-09-12 18:20:07 -04:00
Chris Cranford
2cae1b396d DBZ-2543 Add OpenLogReplicator configuration properties
Added source, host, and port configurable OpenLogReplicator connector properties.
2023-09-12 18:20:07 -04:00
Chris Cranford
0955d0e7d6 DBZ-2543 Disable XML tests for OpenLogReplicator 2023-09-12 18:20:07 -04:00
Chris Cranford
07c7a8236e DBZ-2543 Disable ROWID tests for OpenLogReplicator 2023-09-12 18:20:07 -04:00
Chris Cranford
a87533e4a8 DBZ-2543 Interval data types support 2023-09-12 18:20:07 -04:00
Chris Cranford
51b95e3bfb DBZ-2543 Add timestamp with local time zone support 2023-09-12 18:20:07 -04:00
Chris Cranford
c9f6f4596e DBZ-2543 Clean-up value resolution logic 2023-09-12 18:20:07 -04:00
Chris Cranford
73aa4a6b35 DBZ-2543 Properly decode non-variable RAW data 2023-09-12 18:20:07 -04:00
Chris Cranford
1e803edee8 DBZ-2543 Cleanup timestamptz parsing and DDL handling 2023-09-12 18:20:07 -04:00
Chris Cranford
d130fde297 DBZ-2543 Improve timestamp handling for precision modes 2023-09-12 18:20:07 -04:00
Chris Cranford
26db0b3961 DBZ-2543 Support timestamps with time zone data types 2023-09-12 18:20:07 -04:00
Chris Cranford
748420605e DBZ-2543 Add support for new db field in streaming events 2023-09-12 18:20:07 -04:00
Chris Cranford
2d4d34428d DBZ-2543 Add some streaming metrics 2023-09-12 18:20:07 -04:00
Chris Cranford
d977e9b0f1 DBZ-2543 Initial OpenLogReplicator adapter 2023-09-12 18:20:07 -04:00
Jakub Cechacek
9aadc38414 DBZ-6892 Removing all code related to previously deprecated MongoDB conenctor configuration 2023-09-12 13:03:40 +02:00
dependabot[bot]
1bc62872fd [ci] Bump tj-actions/changed-files from 38.2.1 to 39.0.1
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38.2.1 to 39.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v38.2.1...v39.0.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 23:25:32 -04:00
Jakub Cechacek
eaa24ea91e DBZ-6871 MongoDB connector is now able to skip events for oversized documents 2023-09-11 15:28:27 +02:00
Jakub Cechacek
3efe8c0e51 DBZ-6872 Ability to switch the order of user defined and internal aggregation pipeline used by MongoDB connector when streaming changes 2023-09-11 13:15:10 +02:00
Jakub Cechacek
feaedd72a9 DBZ-6882 Adding MongoDB 7.0 to test matrix 2023-09-11 12:44:32 +02:00
Jakub Cechacek
b48b115ceb DBZ-6151 Removing MongoDB 4.2 from test matrix 2023-09-11 12:41:56 +02:00
Nir Levy
8cae358a39 DBZ-6788 Add documentation for mongodb.authentication.class property 2023-09-11 10:03:37 +02:00
Jiri Pechanec
f1e7999431 DBZ-6481 Support Postgres enum as key in incremental snapshot 2023-09-11 06:08:57 +02:00
Chris Cranford
5538ce82fa DBZ-6850 Improve documentation artifact links
* Added JDBC sink connector to documentation links
* Added jump to Debezium Server installation
* Cleared up a few references to master vs main
2023-09-08 20:04:30 -04:00
Chris Cranford
dd5f1ac0f9 DBZ-6880 Include details about unsupported operations 2023-09-08 14:16:02 -04:00
Chris Cranford
b5700a62c9 DBZ-6880 Move some Oracle log messages to DEBUG 2023-09-08 14:16:02 -04:00
ani-sha
9ce0e7d785 DBZ-6835 Reword and align headings/titles 2023-09-08 14:11:09 -04:00
ani-sha
bccc9483aa DBZ-6835 Fix typos and spaces 2023-09-08 14:11:09 -04:00
ani-sha
e9c282290f DBZ-6835 Add suggestions from code review 2023-09-08 14:11:09 -04:00
ani-sha
ab7855c400 DBZ-6835 Documentation for Timezone SMT 2023-09-08 14:11:09 -04:00
tison
e3da771232 [docs] Fix grammar issue in README 2023-09-08 15:04:14 +02:00
twthorn
e74cecc538 [docs] Add primary key updates Kafka headers section to Vitess connector 2023-09-08 07:35:59 +02:00
Chris Cranford
cd6a262d30 DBZ-6876 Upstream test failure fix (backport) 2023-09-08 07:28:16 +02:00
Chris Cranford
2f05a4a120 DBZ-6876 Add key/drop index clause to all drop constraints 2023-09-08 07:28:16 +02:00
Jiri Pechanec
52f45ad9f7 DBZ-6855 Use correct naming prefix 2023-09-07 15:59:21 -04:00
Nir Levy
454a9ac914 DBZ-6741 Support custom authentication on MongoDB connector 2023-09-07 14:49:04 +02:00
Ondrej Babec
9d184a8eee DBZ-6854 Add execution additional execution argument to tf 2023-09-07 13:29:01 +02:00
ani-sha
087362bfcc DBZ-6567 Use optional seconds in TIMEZONE_OFFSET_PATTERN, handle sub-milliseconds precision loss, correct the DST time values 2023-09-07 11:00:26 +02:00
ani-sha
d46744aa06 DBZ-6567 Add a test case for checking DST 2023-09-07 11:00:26 +02:00