Commit Graph

3431 Commits

Author SHA1 Message Date
Chris Cranford
e5c01c6b09 DBZ-137 Fix compilation problems 2020-09-14 12:33:43 +02:00
Chris Cranford
8584831f51 DBZ-137 Use Duration for CONNECTION_TIMEOUT_MS 2020-09-14 12:33:43 +02:00
Chris Cranford
57dc16e69c DBZ-137 Removed POM property version.oracle.driver 2020-09-14 12:33:43 +02:00
Chris Cranford
43440ca76f DBZ-137 Remove snapshot.skip.locks for SQL Server 2020-09-14 12:33:43 +02:00
Chris Cranford
3f78f40fb4 DBZ-137 Introduce streaming.fetch.size for SQL Server. 2020-09-14 12:33:43 +02:00
Chris Cranford
72d59348ed DBZ-137 Fix rebase 2020-09-14 12:33:43 +02:00
AndreyIg
77662a0dde DBZ-137 contribution to the core, Oracle related 2020-09-14 12:33:43 +02:00
eric-weaver
2410c47626 DBZ-2523 remove duplicate surefire version property 2020-09-14 09:34:56 +02:00
Tova Cohen
eec5719c5c DBZ-2049 Rebased this branch to master and resolved a merge conflict 2020-09-11 12:08:36 -04:00
Tova Cohen
efd35c873a DBZ-2049 Minor update to be consistent with wording in other connectors 2020-09-11 12:07:30 -04:00
Tova Cohen
b4ac634311 DBZ-2049 SQL Server connector deploy instructions updated for Gunnar's comments 2020-09-11 12:07:30 -04:00
Tova Cohen
21b12b73c4 DBZ-2049 PostgreSQL connector deploy instructions update based on Gunnar's comments 2020-09-11 12:07:30 -04:00
Tova Cohen
a1f79a3cee DBZ-2049 Db2 connector deployment instruction updates based on Gunnar's comments 2020-09-11 12:07:30 -04:00
Tova Cohen
a281237c4c DBZ-2049 MongoDB connector doc update for deploy instructions based on Gunnar's comments 2020-09-11 12:03:54 -04:00
Tova Cohen
3cdd1f4ab8 DBZ-2049 Update deploy doc for MySQL based on Gunnar's comments 2020-09-11 12:03:54 -04:00
Tova Cohen
9b0c5bec8b DBZ-2049 Update URL for a blog 2020-09-11 12:03:54 -04:00
Tova Cohen
cb7d5fa6ae DBZ-2049 Add deployment steps to MySQL connector doc 2020-09-11 12:03:54 -04:00
Tova Cohen
9edd9e0d1c DBZ-2049 Add deployment instructions to SQL Server connector doc 2020-09-11 12:03:54 -04:00
Tova Cohen
b2cad54acb DBZ-2049 Add deployment steps to MongoDB connector doc 2020-09-11 12:03:54 -04:00
Tova Cohen
ee66849d0f DBZ-2501 SQL Server event value callouts fixed to render correctly downstream 2020-09-11 11:32:22 -04:00
Tova Cohen
41aa096f35 DBZ-2501 PostgreSQL event value callouts fixed to render correctly downstream 2020-09-11 11:32:22 -04:00
Tova Cohen
fabfd22f99 DBZ-2501 MongoDB event value callouts fixed to render correctly downstream 2020-09-11 11:32:22 -04:00
Tova Cohen
1979d20d54 DBZ-2501 Db2 event value callouts fixed to render correctly downstream 2020-09-11 11:32:22 -04:00
Tova Cohen
1c0fbf1521 DBZ-2501 MySQL event value callouts fixed to render correctly downstream 2020-09-11 11:07:26 -04:00
Tova Cohen
33f110e5ac DBZ-2501 Clarified that event starting state is in create and read events 2020-09-11 11:07:26 -04:00
Tova Cohen
45b9911d19 DBZ-2501 Update SQL Server doc to have consistent event descriptions 2020-09-11 11:07:26 -04:00
Tova Cohen
deeeed415c DBZ-2501 Typo fix I thin: Replce "product" with "debezium". 2 instances 2020-09-11 11:07:26 -04:00
Tova Cohen
f0b0741e44 DBZ-2501 Update PostgreSQL event descriptions to be consistent with other connectors 2020-09-11 11:07:25 -04:00
Tova Cohen
495ffd6bd7 DBZ-2501 Update MongoDB connector doc to have consistent change event descriptions 2020-09-11 11:07:25 -04:00
Tova Cohen
1cc60abbb9 DBZ-2501 Fix a typo by removing extra "the" 2020-09-11 11:07:25 -04:00
Tova Cohen
75dcea5bcd DBZ-2501 Update db2 change event descriptions for latest changes to MySQL content 2020-09-11 11:07:25 -04:00
Tova Cohen
11cb66f533 DBZ-2480 Replace outbox.EventRouter with plain text: outbox event router 2020-09-11 10:56:26 -04:00
Tova Cohen
991298a09c DBZ-2480 update intro sentence and remove Jira reference 2020-09-11 10:56:26 -04:00
Tova Cohen
b63ea96669 DBZ-2480 Added that outbox tables must have some structure 2020-09-11 10:56:26 -04:00
Tova Cohen
48d35e5b8a DBZ-2480 Initial commit of outbox event router SMT doc updated for 1.2 2020-09-11 10:56:26 -04:00
René Kerner
2b531435d9
DBZ-2462 Avoid divisive language in incubator docs 2020-09-10 15:24:14 +02:00
Gunnar Morling
9b99370c8a DBZ-2094 Updating docs 2020-09-09 11:18:45 +02:00
cooksey
8bcbdb639d DBZ-2094 Allow Postgres snapshotter to set streaming start on resume
When a connector resumes after previously streaming and takes a
snapshot, through a new method on the snapshotter interface,
shouldStreamEventsStartingFromSnapshot, can choose whether
to resume streaming from the last known streaming position or the
beginning of the snapshot. This is helpful for snapshotters that
may not want to resnapshot every table in the whitelist/blacklist
but not miss event on the tables that are skipped.
2020-09-09 10:54:11 +02:00
Jiri Pechanec
02a3e827f2 DBZ-2479 Diff against base branch 2020-09-08 17:15:12 +02:00
Gunnar Morling
e91629cc04 DBZ-1962 Doc fix 2020-09-08 17:11:14 +02:00
Jos Huiting
29c6b2abc7 DBZ-1962 Introduce column.whitelist for the MySql connector 2020-09-08 17:06:29 +02:00
Jiri Pechanec
8d07a9b3e9 DBZ-2507 Upgrade apicurio to 1.3.0.Final 2020-09-08 15:48:20 +02:00
Jiri Pechanec
66d9e5f690 DBZ-2281 Enforce Maven 3.6.3 2020-09-08 11:50:30 +02:00
Jiri Pechanec
055b50cdf0 DBZ-2467 Bypass Java SSL cert issues 2020-09-08 07:40:40 +02:00
Tova Cohen
eea614b9f1 DBZ-2500 Removed a stray plus sign that was corrupting format 2020-09-07 14:23:34 +02:00
Tova Cohen
6f9be11dec DBZ-2500 Added a missing space in an annotation. Required for correct splitting. 2020-09-07 14:23:34 +02:00
Tova Cohen
eae57bfa6e DBZ-2500 Deleted a hyphen, added postgresql qualification, deleted a TBA example ref 2020-09-07 14:23:34 +02:00
jcechace
fd8071115d DBZ-2502 Ability to set a kafka version for OCP tests 2020-09-07 06:19:53 +02:00
Tova Cohen
ed8e8f4b4c DBZ-2248 Add doc for include.schema.changes property to db2 connector doc 2020-09-04 09:52:05 -04:00
Tova Cohen
4427ea96e3 DBZ-2248 Add schema change topic description to SQL Server connector doc 2020-09-04 09:52:05 -04:00