Commit Graph

665 Commits

Author SHA1 Message Date
Jiri Pechanec
a02e530c80 DBZ-2911 Use sequence only when available 2021-03-26 09:19:17 +01:00
JLDLaughlin
06b0475f17 DBZ-2911 Add additional LSN information to all sources
Adds a new "sequence" field to all sources via the AbstractSourceInfo
class. Specifically, this field is required to deduplicate records
from PostgreSQL sources in O(1) time. The sequence field is a stringified
list of metadata. For PostgreSQL sources, this will include the last
committed LSN and the current LSN. For other sources, this will be NULL
until implemented. A new integration test was added for PostgreSQL.
2021-03-26 09:19:17 +01:00
Jiri Pechanec
5cb7963929 DBZ-3353 Grammar fix 2021-03-26 08:02:25 +01:00
Chris Cranford
f6f8e8e663 DBZ-3353 Correct event.deserialization.failure.handling.mode documentation
* Correctly document the option name
* Correctly adjusted the option values to be ignore rather than skip
2021-03-26 08:02:25 +01:00
Chris Cranford
d8f0d2ba5a DBZ-2537 Rework Oracle's streaming metrics
* Consolidated LogMinerMetrics and TransactionalBufferMetrics
* Renamed LogMinerMetrics to OracleStreamingChangeEventSourceMetrics
* Standardized metrics method names & types
* Updated documentation to reflect metrics changes
2021-03-23 15:25:14 -04:00
Chris Cranford
d8eafed75c DBZ-3290 Additional Oracle documentation changes 2021-03-23 15:25:14 -04:00
Chris Cranford
9197120119 DBZ-3290 Suggested documentation edits 2021-03-23 15:25:14 -04:00
Chris Cranford
ec9f02d1e4 DBZ-3290 Document LONG data-type not yet supported 2021-03-23 15:25:14 -04:00
Chris Cranford
1d9594ed88 DBZ-3290 Suggested changes
* Use {debezium-version} variable in examples
* Correct typos
* Document non-support for CLOB/BLOB data types
* Fix rendering of <= with unicode character
* Moved XStream documentation into separate section
* Moved database.oracle.version to internal
* Removed reference to database.oracle.version
* Resolve XStream POS version from OracleDatabaseVersion as fallback
  when internal.database.oracle.version is not supplied.
2021-03-23 15:25:14 -04:00
Chris Cranford
2516cf9e07 DBZ-3290 Remove incubating note from Oracle documentation 2021-03-23 15:25:14 -04:00
Chris Cranford
c10117396a DBZ-3268 Update temporal types documentation 2021-03-19 18:07:12 +01:00
Jeremy
82d4820b24
DBZ-3312 Adding example of config file with SSL attributes to connect to Cassandra node 2021-03-18 17:54:44 +01:00
Jiri Pechanec
4db1de9bfa DBZ-3244 Highlight the need for fully-qualified names 2021-03-18 10:12:20 +01:00
Chris Cranford
a5be82bc2e DBZ-2994 Update documentation references 2021-03-17 20:37:24 +01:00
Bob Roldan
c317295be0 DBZ-3308 Rmv downstream refs to zOS, testing, & upstream linux version 2021-03-17 18:12:46 +01:00
Jiri Pechanec
21f522217c DBZ-3033 Map OID to long value 2021-03-17 18:11:52 +01:00
Chris Cranford
b46f983f42 DBZ-3250 Document snapshot.select.statement.overrides for Oracle 2021-03-16 18:12:10 +01:00
Jiri Pechanec
f48e7261af DBZ-3141 Typo fixes
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-03-16 14:29:29 +01:00
Jiri Pechanec
eb0c5ccb45 DBZ-3141 Documentation for signalling 2021-03-16 14:29:29 +01:00
Bob Roldan
5e8c1f9304 DBZ-3272 adjust positions of delimiters for product conditionals 2021-03-16 09:54:11 +01:00
Jiri Pechanec
a8251dd507 DBZ-3261 Document delayed END marker 2021-03-16 09:51:50 +01:00
Bob Roldan
b2ce510413 DBZ-3273 Correct typo repeated in mongodb, mysql, and sqlserver docs 2021-03-12 22:33:59 -05:00
Jiri Pechanec
375dbab99d DBZ-3267 Add decimal.handling.mode back to SQL Server docs 2021-03-12 18:56:46 +01:00
Bob Roldan
fa60754bca DBZ-3259 Remove references to upstream docker setup 2021-03-11 18:33:00 +01:00
Bob Roldan
2067850fbc DBZ-2122 Edit note for consistency with Db2 capture job config topic 2021-03-11 09:15:42 +01:00
Bob Roldan
3d59c8ff6c DBZ-2122 terminology edit 2021-03-11 09:15:42 +01:00
Bob Roldan
4a100ea7d6 DBZ-2122 Add SQL Server topic; edits to Db2 topic 2021-03-11 09:15:42 +01:00
Bob Roldan
6f8f0d7d8a DBZ-2122 Add Db2 topic for capture job configuration 2021-03-11 09:15:42 +01:00
Chris Cranford
b26d8d6285 DBZ-3241 Document LogMiner adapter as default for Oracle connector 2021-03-06 10:33:43 +01:00
Chris Cranford
b98dae6436 DBZ-3242 Disable log.mining.transaction.retention.hours by default
* Default value `0` disables the check
* Any negative value will show a configuration problem
* Any positive value over `0` will enable the retention check
2021-03-05 18:14:23 +01:00
Bob Roldan
0bdb166193 DBZ-3197 Update release version in PG doc URL to point to current. 2021-03-05 14:50:16 +01:00
Bob Roldan
23d8b36adf DBZ-3197 Clarify SELECT permission requirements; add link to PG doc. 2021-03-05 14:50:16 +01:00
Bob Roldan
6dc3afb890 DBZ-3197 Specify that superuser grants role; SELECT grant also needed 2021-03-05 14:50:16 +01:00
Gunnar Morling
c4f4b4fa80 DBZ-3190 Removing docs for deprecated option 2021-03-05 10:17:40 +01:00
Chris Cranford
b0092dcfb4 DBZ-3190 Deprecate database.tablename.case.insensitive option
* Option deprecated
* If provided, value continues to be used with warning logged
* If not provided, value will be resolved by database version
2021-03-05 10:17:40 +01:00
Chris Cranford
750d488bb2 DBZ-3208 Document Oracle support for Boolean types 2021-03-02 09:06:10 +01:00
Bob Roldan
55853a691d DBZ-3197 Describe how to grant replication role to non-master account. 2021-03-02 09:03:22 +01:00
Chris Cranford
29e1314c9c DBZ-3156 Update Oracle connector documentation 2021-02-26 21:25:05 +01:00
Kewei Shang
158b616bfe DBZ-3199 Add support for SET column to Vitess Connector 2021-02-26 21:23:12 +01:00
Chris Cranford
07028b4576 DBZ-3038 Update Oracle LogMiner JMX metrics 2021-02-25 11:42:34 +01:00
Bob Roldan
0311ca38ad DBZ-3192 Per review feedback, update pronoun references to DBZ db user. 2021-02-25 08:21:27 +01:00
Bob Roldan
f9c23dd2c9 DBZ-3195 Correct typo in anchor id for entry in PG properties table 2021-02-25 08:20:20 +01:00
Bob Roldan
ef73aa4254 DBZ-3138 Add content about pgoutput security nuances
Co-authored-by: Dave Cramer <davecramer@gmail.com>
2021-02-24 08:33:04 +01:00
Chris Cranford
819634dc70 DBZ-3167 Document Oracle column include/exclude list options 2021-02-23 17:21:25 +01:00
Chris Cranford
009ee807ba DBZ-3009 Oracle documentation changes
* Added schema include/exclude options
* Note when using LogMiner to only use POSIX Regexs.
2021-02-22 18:40:16 +01:00
Gunnar Morling
c341ad546c DBZ-3163 Adjusting var name 2021-02-22 17:01:12 +01:00
Gunnar Morling
3e6195154f DBZ-3163 Documentation clarification 2021-02-22 16:59:51 +01:00
Chris Cranford
c1bad8fa98 DBZ-2795 Document CDB vs non-CDB configuration nuances 2021-02-19 18:53:18 +01:00
Kewei Shang
b1d2f2203a DBZ-3124 Add ENUM support to Vitess documentation 2021-02-19 15:06:32 +01:00
Kewei Shang
e07564e532 DBZ-3124 Use one-line per thought/sentence style
It is easier with the diff

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-19 12:26:44 +01:00
Kewei Shang
f7fe4bf118 DBZ-3124 Update Vitess documentation of ENUM limitation for Vitess 8.0.0 2021-02-19 12:26:44 +01:00
Jiri Pechanec
1edad510ff DBZ-2614 Support for infinite timestamps 2021-02-19 10:44:06 +01:00
Michael Cizmar
a78843a683
DBZ-3149 Clarified the initial snapshot mode literal 2021-02-19 10:30:00 +01:00
Nitin Agarwal
eff55ed4e8 DBZ-3114: adding documentation for transaction metadata support in MySQL 2021-02-18 12:41:34 +01:00
Gunnar Morling
ae29bc9a57 DBZ-2788 Re-arranging documentation update 2021-02-18 12:39:44 +01:00
ani-sha
b6c61ac810 DBZ-2788 Replace MySQL connector option with SMT for mitigating wrong op flag 2021-02-18 12:35:03 +01:00
Gunnar Morling
28f7231136 DBZ-2754 Wording fix 2021-02-17 12:18:15 +01:00
Chris Cranford
4108375788 DBZ-2754 Add link to Jira issue follow-up 2021-02-17 09:20:10 +01:00
Chris Cranford
7f4bbc4725 DBZ-2754 Document log.mining.transaction.retention.hours option 2021-02-17 09:20:10 +01:00
Bob Roldan
e2625fd560 DBZ-3087 Missed one leading + in literal monospace encoding. 2021-02-17 09:16:37 +01:00
Bob Roldan
e27f837b47 DBZ-3087 Remove zero-width spaces from prop names subject to copying 2021-02-17 09:16:37 +01:00
Kewei Shang
673a1657a7 Add io.debezium.data.Json sematic type for JSON column 2021-02-16 14:52:58 +01:00
Kewei Shang
a484240330 DBZ-3115 Add support for JSON column to Vitess 9.0.0 2021-02-16 14:52:58 +01:00
Bob Roldan
567e3d7ae9 DBZ-3111 Remove dup anchors introduced into props tables in DBZ-2918. 2021-02-16 09:44:11 +01:00
Kewei Shang
c7850e8614 DBZ-3100 Vitess Connector supports Vitess 9.0.0 2021-02-15 17:16:33 +01:00
Bob Roldan
43ad0a0b2a DBZ-3097 Remove parenthetical ref to Db2 connector being Incubating 2021-02-12 13:48:45 -05:00
Gunnar Morling
fedd5e3aee
Formatting fix 2021-02-09 12:50:48 +01:00
Gunnar Morling
65166dabb3
[docs] Broken link formatting 2021-02-08 08:52:15 +01:00
Bob Roldan
dd02dcc2e6 DBZ-3013 Remove underscore from references to LOCK_TABLES 2021-02-04 11:03:52 -05:00
Jiri Pechanec
aa2d60a204 DBZ-1865 Rewritten info abot new MySQL connector
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-04 09:07:55 +01:00
Jiri Pechanec
5de2132dd7 DBZ-1865 Document the new implementation 2021-02-04 09:07:55 +01:00
mpermar
cb4b973be3 DBZ-2982 Updating formatting on log mining default values
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2021-02-03 11:48:01 -05:00
mpermar
f34d052e22 DBZ-2982 Rename log mining batch size and sleep time properties 2021-02-03 11:48:01 -05:00
mpermar
2198f97c0b DBZ-2982 Adding docs for new properties that customize log mining behavior 2021-02-03 11:48:01 -05:00
Gunnar Morling
8bf4a85a81 DBZ-2382 Doc update 2021-02-03 13:53:01 +01:00
Dave Cramer
546b2f2da9 [docs] Update docs for PostgreSQL and add CrunchyBridge 2021-02-03 12:27:07 +01:00
Gunnar Morling
a5d0021626
DBZ-2970 Add Oracle frequent problems section (#2081)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-02-03 09:00:19 +01:00
Gunnar Morling
71eb79de0a
Update documentation/modules/ROOT/pages/connectors/oracle.adoc 2021-02-03 08:59:51 +01:00
Chris Cranford
5a0e65f284 DBZ-2970 Suggested changes & clarification 2021-02-03 02:43:38 -05:00
Bob Roldan
c33e46cffa DBZ-2814 Remove Db2 Tech prev/incubating statements for promotion to GA. 2021-02-03 01:28:20 -05:00
Chris Cranford
7b4da6b822 DBZ-2970 Add Oracle frequent problems section 2021-02-01 11:03:00 -05:00
Bob Roldan
68882fec1b DBZ-2966 Correct anchor id to exclude-list vs. include-list 2021-01-22 12:11:15 -05:00
Bob Roldan
23e8eeb854 DBZ-2918 Conscious language update: replace black-/white- list strings 2021-01-22 09:32:13 +01:00
Bob Roldan
69850f9d89 DBZ-2675 Edit SQL Server connector doc to improve clarity 2021-01-19 16:42:28 +01:00
Nishant Singh
e1cd5b1c8b change tranaction metadat to transaction metadata 2021-01-19 15:36:37 +01:00
Sergei Morozov
fa1ad8065d DBZ-2912: Add support for binary.handling.mode to the SQL Server connector 2021-01-16 10:58:06 +01:00
Troy Gaines
f3880e3d4a DBZ-2940 fixing misspelling db2 docs 2021-01-16 01:00:44 +01:00
Aman Garg
59da33c244 Update typo in database.user description
Name of the MySQL ~~database~~user* to use when connecting to the MySQL database server.
2021-01-13 21:58:23 +01:00
rkerner
d7ac0f7e6b DBZ-2572 Fix docs for message.key.columns and skipped.operations 2021-01-12 14:08:21 +01:00
Chris Cranford
91e8c7a674 DBZ-2825 Change granularity to hours 2021-01-05 12:45:13 +01:00
Chris Cranford
4a443085fe DBZ-2825 Document Oracle log.mining.archive.log.days option 2021-01-05 12:45:13 +01:00
martper2
0180b6666f DBZ-2859 Support TNS Names and full RAC connection strings 2021-01-04 13:52:40 -05:00
Kewei Shang
68de7026fa DBZ-2851 Add sanitize.field.names to Vitess documentation 2021-01-04 11:04:50 -05:00
Gunnar Morling
adf6927c5f DBZ-2836 Typo fix 2020-12-15 15:23:33 +01:00
Kewei Shang
c875a972a2 DBZ-2854 Update Vitess Connector documentation
Related features:
- DBZ-2578: Add support for using Vitess primary key as Kafka message key
- DBZ-2836: Invalid column name caused by Vitess vstream bug should fail connector with meaningful message
- DBZ-2852: Add support for Vitess gRPC static authentication
2020-12-15 15:23:33 +01:00
Bob Roldan
4b0d6f936b DBZ-2710 Remove self-referential link in pass-through config properties 2020-12-14 10:13:54 +01:00
Chris Cranford
9a8cc6cbc4 DBZ-2841 Update Oracle XStreams required grants for partition tables 2020-12-11 21:47:55 +01:00
Chris Cranford
b069576308 DBZ-2603 Document missing Oracle connector options
* database.tablename.case.insensitive
* database.oracle.version
2020-12-11 21:28:52 +01:00
Chris Cranford
fb4116ec78 DBZ-2799 Update Oracle Logminer required grants 2020-12-11 18:17:30 +01:00
Bob Roldan
eed7992e5a DBZ-2824 Fix xrefs, anchor ids, conditionals; standardize terminology 2020-12-09 10:24:03 +01:00
Gunnar Morling
347009e474 DBZ-2782 Typo fix 2020-11-30 16:49:14 +01:00
Bob Roldan
17d9314c16 DBZ-2782 Add info about customizing default topic naming + minor edits 2020-11-30 16:49:14 +01:00
Bob Roldan
66e1c06788 DBZ-2782 Update based on review. 1 outstanding comment re: topic names 2020-11-30 16:49:14 +01:00
Bob Roldan
d4cbbf1803 DBZ-2782 Fix typo, reword downstream list intro. 2020-11-30 16:49:14 +01:00
Bob Roldan
dd1a960472 DBZ-2782 Update to comply with CCS style; edit annotations, links. 2020-11-30 16:49:14 +01:00
Gunnar Morling
8c5b540346 [docs] Typo fix 2020-11-26 14:21:58 +01:00
Bob Roldan
2998e05e3f DBZ-2335 Add modularization annotations and restructure for consistency 2020-11-20 14:10:02 +01:00
John Martin
f069cd6f3f DBZ-2775 add option for setting snapshot events as reads 2020-11-20 07:46:07 +01:00
Chris Cranford
14f352e605 DBZ-2763 Update default value for Oracle database.history.retention.hours 2020-11-20 07:17:56 +01:00
Kewei Shang
cc32143ae3 DBZ-2578 Update Vitess documentation for adding primary key support 2020-11-19 11:39:07 +01:00
vanhoale
1f87fc3c85 DBZ-2662 - update docs for DBZ-2662 2020-11-19 06:04:34 +01:00
vanhoale
17a424d9ac DBZ-2662 Handle ChangeEventQueue by the size in bytes 2020-11-16 08:39:33 +01:00
Jiri Pechanec
7f32211814 DBZ-2729 Separate log mining enable property no longer exist 2020-11-16 07:37:32 +01:00
Chris Cranford
1c068de5c4 DBZ-2729 Sync Oracle RAC config options 2020-11-16 07:37:32 +01:00
Chris Cranford
926c95fe1a DBZ-2729 Sync config options with HistoryRecorder hook 2020-11-16 07:37:32 +01:00
Chris Cranford
b9018a6ca1 DBZ-2729 Document new Oracle LogMiner config options 2020-11-16 07:37:32 +01:00
Jiri Pechanec
dca04130c2 DBZ-2742 Align with documentation 2020-11-11 09:08:05 +01:00
cooksey
c262238183 DBZ-2608 Add a snapshotComplete lifecycle hook to the Snapshotter 2020-10-30 13:34:38 -04:00
Chris Cranford
29e9c99fbc DBZ-2628 Add missing privileges for Oracle LogMiner setup 2020-10-30 13:27:28 -04:00
mans2singh
84adb296a7 DBZ-2701 - Corrected cassandra connector doc 2020-10-27 09:31:28 +01:00
Tova Cohen
4d76c04a10 DBZ-2681 From a new branch, two fixes, and moved one anchor ID into upstream-only content 2020-10-22 06:47:20 +02:00
Faizan
f5f6abfc7b DBZ-2496 Corrections to code formatting and improving doc text for consistency 2020-10-22 06:30:40 +02:00
Faizan
0adaed07d2 DBZ-2496 Updating documentation and test case as per review comment 2020-10-22 06:30:40 +02:00
Kewei Shang
f212b46f37 DBZ-2645 Add Vitess connector documentation 2020-10-21 17:51:56 +02:00
Tova Cohen
7d513a470a DBZ-2681 PostgreSQL doc tweaks for correct formatting downstream 2020-10-21 14:21:43 +02:00
Tova Cohen
55e8aac2e1 DBZ-2681 MySQL doc, replace a period with a comman, replace a blank space with a hyphen 2020-10-21 14:21:43 +02:00
Tova Cohen
94eb169cd6 DBZ-2681 Db2 doc, move an anchor ID that prevents correct downstream splitting 2020-10-21 14:21:43 +02:00
Tova Cohen
584b059ade DBZ-2497 Add variable to metrics anchor IDs so IDs are unique in each connector's doc 2020-10-19 16:26:58 -04:00
Tova Cohen
d03625f01c DBZ-2621 Make fulfillment the name of the connector. 2020-10-16 14:36:24 +02:00
Tova Cohen
53031f4dff DBZ-2621 Reorganized deployment instructions. Moved monitoring out of deployment section. 2020-10-16 14:36:24 +02:00
Kaushik Iyer
fcb5c8d252 DBZ-2456 rebase documentation fixes 2020-10-16 10:13:48 +02:00
Kaushik Iyer
7d9e8fdc46 DBZ-2456 fixes after rebase 2020-10-16 10:13:48 +02:00
Kaushik Iyer
edcfc747ee DBZ-2456 selective snapshot rebase fixes 2020-10-16 10:13:48 +02:00
Travis Elnicky
3bd0758f8e [documentation] Small typo in PG Docs 2020-10-14 16:49:21 +02:00
Tova Cohen
43782498d2 DBZ-2584 PostgreSQL doc additional explanation of ts_ms for update event 2020-10-14 16:41:40 +02:00
Tova Cohen
1ffe9dc85e DBZ-2584 MySQL additional exaplanation of ts_ms in update event 2020-10-14 16:41:40 +02:00
Tova Cohen
6b89488f4e DBZ-2584 SQLServer doc, replaces ts_sec with ts_ms, clarifies source.ts_ms meaning 2020-10-14 16:41:40 +02:00
Tova Cohen
ee3b74bc9f DBZ-2584 PostgreSQL doc, replaces ts_sec with ts_ms, clarifies source.ts_ms meaning 2020-10-14 16:41:40 +02:00
Tova Cohen
07c19a2157 DBZ-2584 MySQL doc, replaces ts_sec with ts_ms, clarifies source.ts_ms meaning 2020-10-14 16:41:40 +02:00
Tova Cohen
51076d3351 DBZ-2584 MongoDB doc update: replace ts_sect with ts_ms. Clarify meaning of source.ts_ms 2020-10-14 16:41:40 +02:00
Tova Cohen
a95d061385 DBZ-2584 Db2 doc update replaces ts_sec with ts_ms, clarifies source.ts_ms meaning 2020-10-14 16:41:40 +02:00
Tova Cohen
363268f604 DBZ-2127 Update how-to intro, move topo section, re-add toc[] declaration. 2020-10-09 10:21:49 -04:00
Tova Cohen
aa835c7120 DBZ-2127 Another issue identified a missing content directory in a command line 2020-10-09 10:21:49 -04:00
Tova Cohen
7f9904dd88 DBZ-2127 A few more updates after testing split files downstream 2020-10-09 10:21:49 -04:00
Tova Cohen
185fce015e DBZ-2127 Update cross-references to content for MySQL connector 2020-10-09 10:21:49 -04:00
Tova Cohen
9c2b92bdb4 DBZ-2127 Changed an annotation from assembly to concept 2020-10-09 10:21:49 -04:00
Tova Cohen
eb2a1426bb DBZ-2127 Remove little, module and assembly files that contained MySQL connector content 2020-10-09 10:21:49 -04:00
Tova Cohen
485a2d3c76 DBZ-2127 All content back in one file. Still needs editing. 2020-10-09 10:21:49 -04:00
Tova Cohen
8ed1c813df DBZ-2127 Initial outline in the mysql.adoc file. Lots still missing. 2020-10-09 10:21:49 -04:00
Tova Cohen
8dd208c5fc DBZ-2610 Fix a typo 2020-10-05 09:26:05 -04:00
Tova Cohen
d17861445a DBZ-2610 In downstream-only content, add context directory to podman command example 2020-10-05 09:26:05 -04:00
Luis Garcés-Erice
2d29af8164 DBZ-2587 SQL replication on Db2 does not support BOOLEAN 2020-10-01 10:38:38 +02:00
James Gormley
c7b53e1992 DBZ-2495 Updating docs and comments 2020-09-30 12:13:45 +02:00
Luis Garcés-Erice
726cd548f6 DBZ-2587 Warning on BOOLEAN type on Db2 2020-09-29 08:47:15 -04:00
Gunnar Morling
0e4fcf689a DBZ-2605 Typo fix 2020-09-29 09:16:19 +02:00
Jiri Pechanec
6f029921bb DBZ-2605 Postgres uses schemas not databases 2020-09-29 09:08:16 +02:00
matt beary
7393e1ae3b
DBZ-2590 Removing closed wal2json bug from plugin differences 2020-09-24 12:13:01 +02:00
Gunnar Morling
b0552f8ccb DBZ-2564 Typo fix
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2020-09-23 10:25:48 +02:00
Tova Cohen
9964f08933 DBZ-2564 Db2 connector doc format updates for downstream rendering 2020-09-23 10:25:48 +02:00
Tova Cohen
db75abe6e3 DBZ-2564 PostgreSQL connector doc format updates for downstream rendering 2020-09-23 10:25:48 +02:00
Tova Cohen
406a09a3b8 DBZ-2564 SQL Server connector doc format updates for better downstream rendering 2020-09-23 10:25:48 +02:00
Tova Cohen
6dfb739e14 DBZ-2564 MongoDB connector doc format updates for downstream rendering 2020-09-23 10:25:48 +02:00
Chris Cranford
4ddb1d21c8 DBZ-137 Suggested documentation updates 2020-09-16 11:24:53 +02:00
Chris Cranford
70fbcc4757 DBZ-137 Add commit_scn and log miner metrics 2020-09-16 11:24:53 +02:00
Chris Cranford
6c9fed571f DBZ-137 Add doc section about database connection adapter 2020-09-16 11:24:53 +02:00
James Gormley
8ef7c7d1f3 DBZ-2522 Updating sql server connector docs for column.include.list 2020-09-16 07:54:46 +02:00
Chris Cranford
5694a27de1 DBZ-137 Documentation update 2020-09-14 12:33:43 +02:00
Chris Cranford
5ca36a84ad DBZ-137 Reimagine stream.fetch.size as query.fetch.size 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
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
9b0c5bec8b DBZ-2049 Update URL for a blog 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
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
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
75dcea5bcd DBZ-2501 Update db2 change event descriptions for latest changes to MySQL content 2020-09-11 11:07:25 -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
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
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
Gunnar Morling
a3dffc1df5 DBZ-1068 Doc updates, adjusting to renamed option name 2020-09-04 12:11:51 +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
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
rkerner
2c5c093587 DBZ-2171 avoid divisive language 2020-08-21 09:29:04 +02:00
Tova Cohen
e4325c065f DBZ-2399 Changes "Avro Connector" to "Avro converter" 2020-08-12 10:36:00 +02:00
Tova Cohen
0f9b6ac343 DBZ-2399 Edit new Azure content. Change anchor IDs to avoid duplicates 2020-08-07 09:01:10 +02:00
Tova Cohen
2ce4fe4ecf DBZ-2402 Typo fixes found during PR review 2020-08-06 12:02:26 +02:00
Tova Cohen
10fd7bb49d DBZ-2402 Rename some files and updates references to those files 2020-08-06 12:02:26 +02:00
Gunnar Morling
c33a9f53c2 DBZ-2333 Bringing back Azure docs which had been added in parallel 2020-08-05 10:51:13 +02:00
Gunnar Morling
3cac37ee54 DBZ-2333 Some formatting fixes 2020-08-05 10:51:13 +02:00
Chris Cranford
cc4e78bbff DBZ-2400 Deprecate mongodb.poll.internval.sec for mongodb.poll.interval.ms 2020-08-05 09:13:43 +02:00
Chris Cranford
931fecd216 DBZ-2225 Introduce MongoDB timeout configuration options
This adds configurable timeout options for:
* server.selection.timeout.ms
* connect.timeout.ms
* socket.timeout.ms
2020-08-05 09:13:43 +02:00
Tova Cohen
b0d9b4dc5d DBZ-2333 Rebase and merge of update to mapping for BIT and BIT VARYING 2020-08-04 12:20:08 -04:00
Tova Cohen
f053a24ea1 DBZ-2333 Remove extra J, say you must set pgoutput as plugin.name downstream 2020-08-04 12:20:08 -04:00
Tova Cohen
e1df5402c4 DBZ-2333 Fixes a few small glitches that I noticed 2020-08-04 12:20:08 -04:00
Tova Cohen
c8dcbff4ce DBZ-2333 Updates based on Chris's review comments 2020-08-04 12:20:08 -04:00
Tova Cohen
9787cf17c6 DBZ-2333 Finished edits and annotating PostgreSQL connector doc 2020-08-04 12:20:08 -04:00
Tova Cohen
0f9f98e839 DBZ-2333 Initial updates to modularize content. Not complete. Cannot build yet. 2020-08-04 12:20:08 -04:00
Gunnar Morling
5a115e902c DBZ-2315 Doc clarification 2020-08-03 14:58:31 +02:00
rkerner
cad6cf62d3 DBZ-2315 fix BIT VARYING handling in Postgres connector
* removed little endian padding for BIT types in JdbcValueConverters (only used for Postgres yet)
* removed legacy format handling fot BIT related types in JdbcValueConverters#convertBits which were leftovers from PR #1408
* removed unnecessary zero-ing of a newly created byte array to improve performance for huge byte arrays
* updated Postgres connector docs
2020-08-03 14:58:31 +02:00
Gunnar Morling
05aa3e095c DBZ-2394 Grouping Postgres cloud docs 2020-07-31 15:45:48 +02:00
abhishek
e6f3b6b3d7 DBZ-2394 updated as per feedback 2020-07-31 15:43:23 +02:00
abhishek
90eebe725c DBZ-2394 Added Azure PostgreSQL guidance 2020-07-31 15:43:23 +02:00
Cory Harper
724fc7ac98 DBZ-2362 add configurable restart wait time 2020-07-30 18:08:26 +02:00
Chris Cranford
6285540d60 DBZ-2379 SnapshodeMode.INITIAL_ONLY support 2020-07-28 12:32:30 +02:00
Jiri Pechanec
c2a40b7ed4 DBZ-2288 Add documentation 2020-07-16 09:51:00 +02:00
Jos Huiting
da97be7842 DBZ-2307 - Improve logging when primary keys are missing 2020-07-15 11:18:48 -04:00
Tova Cohen
dad8665f24 DBZ-2333 Replaces a broken link with a correct link to doc for Kafka log compaction 2020-07-14 17:16:36 +02:00
Tova Cohen
8b0617ce1a DBZ-2266 Removed link to blog post that was also in postgresql doc 2020-06-23 12:42:50 -04:00
Tova Cohen
e985b29c61 DBZ-1956 Removed Kafka .10 note, and link to a blog post 2020-06-23 09:21:23 +02:00
Tova Cohen
906a1ca27b DBZ-1956 Inserts link target text so URL does not render 2020-06-23 09:18:57 +02:00
Tova Cohen
9aa14184f2 DBZ-1956 Two updates to doc for SQL Server connector per Gunnar 2020-06-22 18:29:12 +02:00
Gunnar Morling
7a335b2d61 DBZ-1956 Misc. doc fixes 2020-06-22 15:07:59 +02:00
Tova Cohen
f322d329c4 DBZ-1956 This conditionalizes "Schema Change Topic" to be upstream only 2020-06-22 11:02:49 +02:00
Tova Cohen
af7d89dd7d DBZ-1956 Updates based on Chris's review of MongoDB connector doc 2020-06-22 10:56:00 +02:00
Bingqin Zhou
f19a196216 DBZ-2117 Leave prodname as it is. 2020-06-19 11:43:49 +02:00
Bingqin Zhou
6a0c275dc8 DBZ-2117 Update doc. 2020-06-19 11:43:49 +02:00
Jiri Pechanec
56f911aeda DBZ-2216 Use real txId in docs 2020-06-18 18:20:52 +02:00
Gunnar Morling
b30c0a1839 DBZ-2216 Doc update 2020-06-18 18:20:52 +02:00
Gunnar Morling
db2fb28be3 DBZ-1835 Licensing clarification for Db2 connector 2020-06-17 16:12:46 +02:00
Gunnar Morling
16a4c9a2a3 DBZ-2069 Removing obsolete incubating note;
Also adding connector property to MongoDB connector
2020-06-16 10:39:16 -04:00
Gunnar Morling
02b16e17ac DBZ-1814 Adding tests for exporting unkown column type 2020-06-05 12:13:29 +02:00
Gunnar Morling
c54e377dd2 DBZ-1814 Exporting Hex and Base64 representations as string 2020-06-05 12:13:29 +02:00
Gunnar Morling
023064eedb DBZ-1814 Renaming "raw" to "bytes"; also clarifying that this notion isn't Java-specific 2020-06-05 12:13:29 +02:00
Jeremy Finzel
5db614da21 DBZ-1814 added new binary handling mode option 2020-06-05 12:13:29 +02:00
Brandon Brown
bd64ace7fc DBZ-1813 Adding ability to configure pgoutput publication based on table filters
defined.
2020-06-05 06:24:25 +02:00
Elan Hasson
8bdc7e0a71 Correct spelling error.
raed => read
2020-06-03 21:25:44 +02:00
Chris Cranford
dc3c5c31e5 DBZ-2020 Remove incubating note for transaction metadata 2020-06-02 11:52:16 -04:00
TovaCohen
7fe907acd9 DBZ-2016 Remove Tech Preview note for MongoDB connector doc 2020-06-02 05:49:28 +02:00
TovaCohen
962d268511 DBZ-2017 Remove Tech Preview note from SQL Server connector doc 2020-06-02 05:48:57 +02:00
TovaCohen
978af474b6 DBZ-2129 More updates so downstream user guide can build 2020-06-01 08:58:37 -04:00
Jiri Pechanec
8e7f3d14ca DBZ-1312 Omit constatnt db name in column and key mappers 2020-06-01 12:43:45 +02:00
TovaCohen
d3408140f0 DBZ-2105 Change column widths in option/properties tables to have wider middle column needed downstream 2020-05-28 11:04:17 -04:00
TovaCohen
726d62c1bf DBZ-2105 Make the value of the :context: attribute be "debezium" in all doc source files. 2020-05-28 11:04:17 -04:00
TovaCohen
2e6e81543b DBZ-2105 Started to replace contractions, instances of "we/our", spelling of behavior. Not exhaustive. 2020-05-28 11:04:17 -04:00
TovaCohen
6c13e8265e DBZ-2105 Updated AsciiDoc markup for tables to be only what is needed 2020-05-28 11:04:17 -04:00
TovaCohen
2a5557b61d DBZ-2105 Replace "Debezium" with "{prodname}" where appropriate 2020-05-28 11:04:17 -04:00
TovaCohen
98f9ef2574 DBZ-2105 Adds AsciiDoc anchor ID to the top of each file that did not already have one. 2020-05-28 11:04:17 -04:00
TovaCohen
84e9c91d84 DBZ-2105 Fix a typo in an attribute reference 2020-05-28 11:04:17 -04:00
TovaCohen
964f31dd36 DBZ-2105 Removing includes statements for the _attributes.adoc file and remove that file. 2020-05-28 11:04:16 -04:00
TovaCohen
046ab999dc DBZ-2105 Replaced "xref:" cross references with {link-prefix}:{link-whatever} 2020-05-28 11:04:16 -04:00
TovaCohen
747245146a DBZ-2105 Updated a link that was brought in when resolving a conflict when rebasing from master. 2020-05-28 11:04:16 -04:00
TovaCohen
028e20f94b DBZ-2105 Updated anchor IDs to be unique. Missed these in the earlier commit for unique anchor IDs. 2020-05-28 11:04:16 -04:00
TovaCohen
07c0b23051 DBZ-2105 Replace "link:#" formats with formats that use document attributes. 2020-05-28 11:04:16 -04:00
TovaCohen
7012a9c3c7 DBZ-2105 Updates to ensure unique anchor IDs. Updates references to updated IDs. 2020-05-28 11:04:16 -04:00
TovaCohen
4faa4a8534 DBZ-2105 Change conditionalization to use "community" and "product" attributes. 2020-05-28 11:04:16 -04:00
Jiri Pechanec
c0484abbfe DBZ-1312 Change whitelist format to schema.table ids 2020-05-22 17:16:42 +02:00
TovaCohen
3cc2840e14 DBZ-2021 Updates the other instances of links to Avro naming 2020-05-20 10:49:37 -04:00
TovaCohen
b099de948b DBZ-2021 Updates to allow downstream UG to build: link updates, anchor ID changes 2020-05-20 10:49:37 -04:00
TovaCohen
8ed0b9b220 DBZ-2021 Updates some anchor IDs to avoid duplication problem downstream 2020-05-19 13:13:29 -04:00
Chris Cranford
68c07c132a DBZ-775 Update documentation for column mask/truncation and key columns 2020-05-18 17:21:26 +02:00
Juan Antonio Pedraza
5f7ba1da5d DBZ-1988: Skip LSN timestamp query when using Oracle CDC jobs 2020-05-18 16:41:37 +02:00
Chris Cranford
40b5513d43 DBZ-2020 MongoDB Transaction Metadata documentation 2020-05-14 22:34:11 +02:00
Gunnar Morling
5625e1838d DBZ-2056 Using AsciiDoc listing syntax, allowing for attribute replacement 2020-05-07 16:51:06 -04:00
Jiri Pechanec
bfdb8e346e DBZ-1904 Docs for incubating connectors 2020-05-06 12:43:21 +02:00
Chris Cranford
592c2078bc DBZ-2011 Fix typo 2020-05-05 13:43:52 -04:00
TovaCohen
0d13f58d3c DBZ-2011 Inserted a space in front of callout numbers. Fixed an xref. 2020-05-05 13:17:57 -04:00
TovaCohen
27b103de96 DBZ-2011 Complete .yaml config examples for connectors 2020-05-05 13:17:57 -04:00
Chris Cranford
e0f37a3a0c DBZ-1901 Reword MongoDB documentation to use snapshot/streaming semantics 2020-05-05 08:47:23 +02:00
John Psoroulas
27b59851a8 PostgreSQL Debezium Connector typo fix 2020-05-04 14:32:33 +02:00
Gunnar Morling
9235732681 DBZ-1904 Typo and wording fixes 2020-05-04 12:31:05 +02:00
Jiri Pechanec
8ec46e09e5 DBZ-1904 Documentation of the public topic 2020-05-04 12:31:05 +02:00
Chris Cranford
5eb29fb228 DBZ-1933 Add anchors to connector properties 2020-04-30 21:52:58 +02:00
TovaCohen
41279981c8 DBZ-2011 FUSEDOC-3849 Update downstream download links. Also tried to fix a broken sentence. 2020-04-28 12:27:43 -04:00
TovaCohen
bbddac66e5 DBZ-2011 Added .yaml config exampls for MongoDB, PostgreSQL, and SQL Server connectors 2020-04-28 12:27:43 -04:00
Siddhant Agnihotry
4ed8cd7f43 DBZ-2010 Update postgresql.adoc 2020-04-27 09:19:36 -04:00
Gunnar Morling
dae655c78b DBZ-2006 Misc. fixes to MongoDB connector docs 2020-04-22 11:42:21 +02:00
Jos Huiting
33fe631674 DBZ-1962 Fix PR feedback 2020-04-17 15:24:42 +02:00
Jos Huiting
8ba21a98ef DBZ-1962 Introduce column.whitelist for the Postgres connector 2020-04-17 15:24:42 +02:00
lyidataminr
954c180400
[docs ] Fix a typo in the MBean name for PG streaming metrics 2020-04-17 12:51:11 +02:00
Ben Hardesty
7bec4f3c64 DBZ-1944: Move mysql connector assemblies to partials 2020-04-15 08:54:20 +02:00
Gunnar Morling
328320b62b DBZ-1859 Updating documentation 2020-04-15 08:38:30 +02:00
Alexander Schwartz
13dbc1f31c DBZ-1944 moving files that are used only in includes to partials
... so that Antora doesn't create a separate page for them that would be meaningless or confusing to users or search engines
2020-04-09 08:29:46 +02:00
JanHendrikDolling
1e19270981 DBZ-1692 Added support for hash based column masking mode for string values 2020-04-08 21:21:42 +02:00
Chris Cranford
50e3a1ceec DBZ-1924 Fix SQL Server documentation for snapshot.mode options 2020-04-08 17:52:50 +02:00
Alexander Iskuskov
2c2d11ea04 DBZ-1954 Add docs for mask column and truncate column features 2020-04-08 09:10:39 +02:00
Gunnar Morling
18ff6a282c DBZ-1920 Wording fix 2020-04-07 17:30:51 +02:00
Chris Cranford
84426b366d DBZ-1920 Extract common metrics to included pages 2020-04-07 17:28:03 +02:00
Chris Cranford
6df5e60efd DBZ-1945 Remove deprecated connector option "initial_schema_only" 2020-04-07 17:23:48 +02:00
Jiri Pechanec
ad198bd60c [docs] Remove hard-coded version in SQL Server 2020-04-07 14:23:02 +02:00