Commit Graph

3445 Commits

Author SHA1 Message Date
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
Tova Cohen
4fca0c5a43 DBZ-2248 Add include.schema.changes property to sqlserver doc 2020-09-04 09:52:05 -04:00
Tova Cohen
db44d48aa5 DBZ-2226 Updates based on comments from Chris 2020-09-04 09:14:49 -04:00
Tova Cohen
3ec8ed159e DBZ-2226 Typo fix - a word was missing 2020-09-04 09:14:49 -04:00
Tova Cohen
4d5557cc39 DBZ-2226 This unconditionalizes the JSON representation note since it is applicable downstream 2020-09-04 09:14:49 -04:00
Tova Cohen
fcad4f3fc6 DBZ-2226 Updates based on Gunnar's review 2020-09-04 09:14:49 -04:00
Tova Cohen
7c4a805303 DBZ-2226 Removed extraneous "====" 2020-09-04 09:14:49 -04:00
Tova Cohen
66b77ecea0 DBZ-2226 Updated MySQL connector doc that describes change event content 2020-09-04 09:14:49 -04:00
Gunnar Morling
a3dffc1df5 DBZ-1068 Doc updates, adjusting to renamed option name 2020-09-04 12:11:51 +02:00
Gunnar Morling
98615e5d40 DBZ-1068 Removing commented code 2020-09-04 12:06:57 +02:00
Guy
f91ffddd8b DBZ-1068 Fix for Error Handling ITs 2020-09-04 12:06:57 +02:00
Grzegorz Kołakowski
c74579c1df DBZ-1068 Forward port the work by @grzegorz8 to master
Co-authored-by: GuyIEX <gpascarella@ironeaglex.com>
2020-09-04 12:06:57 +02:00
Nathan Mills
6e915b7cfd
DBZ-2473 Decrement remaining for skipped tables 2020-09-04 07:50:34 +02:00
Tova Cohen
b4cc6a141e DBZ-2476 Fixes link format for include/exclude list properties for PostgreSQL 2020-09-04 07:42:16 +02:00
Tova Cohen
de739b4205 DBZ-2476 Fixes link rendering for include/exclude list properties for MongoDB, SQL Server, and MySQL 2020-09-04 07:42:16 +02:00
Tova Cohen
5fdec157b8 DBZ-2477 Edited the general features description 2020-09-02 18:07:56 -04:00
Tova Cohen
65cf5f9e43 DBZ-2403 Typo fix - A vertical bar was missing in a table. 2020-09-02 17:03:05 -04:00
Tova Cohen
fc36a09a40 DBZ-2403 Updated descriptions of advanced config properties and pass-thru properties. 2020-09-02 17:03:05 -04:00
Tova Cohen
81a0f94e8d DBZ-2403 Fix conflict resolution mistake and correct a typo. 2020-09-02 17:03:05 -04:00
Tova Cohen
d19bf06730 DBZ-2403 Completed revision of Db2 doc except for some config properties 2020-09-02 17:03:05 -04:00
Tova Cohen
cb434a86bc DBZ-2403 More updates to Db2 doc, and to PostgreSQL for consistency 2020-09-02 17:02:59 -04:00
Tova Cohen
44bd912979 DBZ-2403 Initial commit of updates to Db2 connector doc 2020-09-02 15:30:28 -04:00
Gunnar Morling
470275157e DBZ-2465 Adding test for event persistence 2020-09-02 12:39:17 -04:00
Gunnar Morling
086d3306e8 DBZ-2465 Using Testcontainers PostgreSQLContainer, so to benefit from simpler config and dynamic port allocation 2020-09-02 12:39:17 -04:00
Gunnar Morling
3809a7cffb DBZ-2465 Obtaining runtime config via dependency injection 2020-09-02 12:39:17 -04:00
Gunnar Morling
cf46dde2ab DBZ-2455 Removing deprecated options from docs; fixing formatting glitch 2020-09-02 17:41:49 +02:00
Gunnar Morling
193541800d DBZ-2455 Adding constant for some MongoDB specific field names 2020-09-02 17:41:49 +02:00
Chris Cranford
642fda71d9 DBZ-2455 Fix test compatibility with MongoDB 3.2 2020-09-02 17:41:49 +02:00
Chris Cranford
2b5c2e3ec7 DBZ-2455 ExtractNewDocumentState support patch in add.fields 2020-09-02 17:41:49 +02:00
Jiri Pechanec
4309bace1b DBZ-2407 Fix imports 2020-09-02 07:53:08 +02:00
jcechace
0098a5cb74 DBZ-2407 Service creation util method for OCP tests 2020-09-02 07:53:08 +02:00
Bob Roldan
62190629c6 DBZ-2245 Fully remove commented conditional content. 2020-09-01 11:47:01 -04:00
Bob Roldan
53cbae3d56 DBZ-2245 Edit conditionals so Avro info shows in cloudevents product doc 2020-09-01 11:47:01 -04:00
jcechace
6b690b7852 DBZ-2470 Removing unnecessary database include list configuration from OCP tests 2020-09-01 11:29:27 -04:00
jcechace
05c39275ed DBZ-2407 Explicitly exposing promethes metrics via service and route 2020-09-01 15:39:48 +02:00
Chris Cranford
f74da055b8 DBZ-2429 Clarify Field descriptions for include/exclude for MongoDB
The include/exclude Field descriptions do not explicitly state if
the input argument is a comma-separated list of regex values and
should since that the expected format of the option.
2020-09-01 09:50:34 +02:00
Gunnar Morling
f9fc5dd1c2 DBZ-2469 Fixing wrong alias 2020-09-01 09:48:41 +02:00