Commit Graph

5310 Commits

Author SHA1 Message Date
Chris Cranford
3e72fb7e79 DBZ-3788 Avoid oplog collection scan 2021-08-05 12:25:37 -04:00
Bob Roldan
580080ed67 DBZ-3802 FQ column name incorrectly refers to databaseName vs schemaName 2021-08-04 15:22:23 +02:00
Bob Roldan
dd1d4f5165 DBZ-3802 Describe column.mask.hash.with.salt property consistently 2021-08-04 15:22:23 +02:00
Gunnar Morling
bf9f7f5596 DBZ-3801 Allocating sequence list with correct size 2021-08-04 10:25:09 +02:00
Brennan Vincent
b03d9d1fa6 DBZ-3801: Address code review comments 2021-08-04 10:25:09 +02:00
Brennan Vincent
975f1690f2 DBZ-3801 Fix calculation of sequence numbers for Postgres 2021-08-04 10:25:09 +02:00
Jiri Novotny
5ff51f57b6 DBZ-3650 download kafka start scripts from dbz git 2021-08-04 09:40:13 +02:00
Jiri Novotny
80fe5a4e15 DBZ-3650 minor bug fix 2021-08-04 09:40:13 +02:00
Jiri Novotny
224463a57b DBZ-3650 added image for creating kafka/zookeeper/kafka-connect containers 2021-08-04 09:40:13 +02:00
Jiri Novotny
fb3b7fb8ac DBZ-3650 renamed jenkins job files and minor refactor 2021-08-04 09:33:48 +02:00
Jiri Novotny
018763a3f3 DBZ-3650 added jenkins job for building rhel kafka image 2021-08-04 09:33:48 +02:00
dependabot[bot]
1b8b56d80b
DBZ-3819 commons-compress from 1.20 to 1.21 2021-08-03 14:49:49 +02:00
Bob Roldan
deda77675d DBZ-3649 fix typo in Java example 2021-08-03 12:27:18 +02:00
Bob Roldan
c4e917b7a4 DBZ-3649 Add self-referencing links to properties 2021-08-03 12:27:18 +02:00
Anisha Mohanty
d44ad20001 DBZ-3784 Add DEFAULT to partition option engine 2021-08-02 12:00:17 +02:00
Debezium Builder
d3c4482d06 [maven-release-plugin] prepare for next development iteration 2021-07-30 02:39:08 -04:00
Debezium Builder
35dcfc5426 [maven-release-plugin] prepare release v1.7.0.Alpha1 2021-07-30 02:39:08 -04:00
Jiri Pechanec
8f717785b2 [release] Changelog for 1.7.0.Alpha1 2021-07-30 08:06:37 +02:00
Chris Cranford
e2c0c1d3c0 DBZ-3692 Fix NullPointerException
This NPE check effectively only enables Incremental Snapshot behavior for Oracle
if a signal data collection id is provided; otherwise its disabled
2021-07-30 06:12:10 +02:00
Chris Cranford
e1b003c4f4 DBZ-3752 Formatting fix 2021-07-30 06:12:10 +02:00
Chris Cranford
492008d771 DBZ-3752 Fix test mocks after rebase 2021-07-30 06:12:10 +02:00
Chris Cranford
709a50a652 DBZ-3752 More suggested changes
* Added `infinispan-buffer` profile for testing with infinispan
* Made `online_catalog` the default for testing
* Added protostream-processor back to the POM
2021-07-30 06:12:10 +02:00
Chris Cranford
1c0b4fd5af DBZ-3752 Suggested changes 2021-07-30 06:12:10 +02:00
Chris Cranford
fc52737f5c DBZ-3752 Update documentation 2021-07-30 06:12:10 +02:00
Chris Cranford
f9a892a33f DBZ-3752 Document buffer configuration options 2021-07-30 06:12:10 +02:00
Chris Cranford
0cbce95a0c DBZ-3752 Memory & Infinispan Buffering implementations 2021-07-30 06:12:10 +02:00
Chris Cranford
26461bc07d DBZ-3692 Introduce completion callback for incremental snapshots 2021-07-29 13:51:42 +02:00
Chris Cranford
393a44a55f DBZ-3692 Oracle incremental snapshot support 2021-07-29 13:51:42 +02:00
jcechace
ade2e41aef DBZ-3724 Renamed testing profile to systemITs and added test tag selection to ci job 2021-07-29 09:32:08 +02:00
jcechace
c6950dbee4 DBZ-3724. Removing unused dependency from debezium-testing-system 2021-07-29 09:32:08 +02:00
jcechace
65ed870602 DBZ-3724 Simplified loggin format 2021-07-29 09:32:08 +02:00
jcechace
e2302659e6 DBZ-3724 RHEL tests for DB2 2021-07-29 09:32:08 +02:00
jcechace
339702b18f DBZ-3724 RHEL tests for SQL Server 2021-07-29 09:32:08 +02:00
jcechace
6f3f2db076 DBZ-3724 RHEL tests for MongoDB 2021-07-29 09:32:08 +02:00
jcechace
1071b6fd86 DBZ-3724 RHEL tests for PostgreSQL 2021-07-29 09:32:08 +02:00
jcechace
fd404d3bd4 DBZ-3724 RHEL tests for mysql connector 2021-07-29 09:32:08 +02:00
jcechace
17a6fb6e06 DBZ-3724 Adding test fixture for kafka in docker 2021-07-29 09:32:08 +02:00
jcechace
73968d1124 DBZ-3724 Deployment and control of mysql as docker container 2021-07-29 09:32:08 +02:00
jcechace
cd43a768e9 DBZ-3724 Using database image properties in ocp deployment descriptors 2021-07-29 09:32:08 +02:00
jcechace
ded4d8dcd1 DBZ-3724 DB2 initial wait without query execution 2021-07-29 09:32:08 +02:00
jcechace
27c3bf3cfe DBZ-3724 Tooling for running kafka as docker containers and image property definitions 2021-07-29 09:32:08 +02:00
jcechace
ae77fddac3 DBZ-3724 Added testcontainers dependencies and container implementations for Kafka, Zookeeper and KC 2021-07-29 09:32:08 +02:00
jcechace
32606bda57 DBZ-3724 Refactorings allowing RHEL tooling implementation 2021-07-29 09:32:08 +02:00
Kate
c6e530cc27 DBZ-3577 Skip read-only test when gtid mode is off 2021-07-29 07:10:46 +02:00
Kate
6a30ad3811 DBZ-3577 Fix race condition in shouldFailOnSchemaInconsistency test 2021-07-29 07:10:46 +02:00
Kate
9b66ab374a DBZ-3577 Support read-only MySQL incremental snapshots 2021-07-29 07:10:46 +02:00
Chris Cranford
10ab20a157 DBZ-2552 Refactor & introduce LogWriterFlushStrategy 2021-07-28 13:25:03 +02:00
Chris Cranford
1fd68e6fa9 DBZ-2552 Refactored several methods to connection class 2021-07-28 13:25:03 +02:00
Chris Cranford
6a1267b26c DBZ-2552 Refactored constants usage 2021-07-28 13:25:03 +02:00
Chris Cranford
a7498ca340 DBZ-2552 Remove non-runtime code 2021-07-28 13:25:03 +02:00