Commit Graph

883 Commits

Author SHA1 Message Date
Gunnar Morling
68e7b7a0bb DBZ-1533 Documentation update 2019-12-10 10:07:55 +01:00
Jiri Pechanec
1805d1d73b DBZ-1533 Added documentation 2019-12-10 10:07:55 +01:00
Gunnar Morling
940ceebaee DBZ-585 Documentation update for Oracle connector 2019-12-10 08:25:22 +01:00
Gunnar Morling
c0710e5336 DBZ-585 Renaming 'initial_schema_only' snapshot mode for SQL Server into 'schema_only' 2019-12-10 08:25:22 +01:00
Chris Cranford
ea7edde854 DBZ-1654 Fix Antora warning about routedByValue substitution [ci skip] 2019-12-05 12:14:14 -05:00
Chris Cranford
46b87526f6 Adjusting JIRA references to issues.redhat.com [ci skip]
This commit adjusts the JIRA references such that we introduced a new jira-url
Ascidoc attribute which now points to issues.redhat.com rather than using full
url references across all pages to the same host.
2019-12-05 11:37:13 -05:00
Chris Cranford
cdb16bfa2f DBZ-1652 Fix rendering of wide tables in connector documentation small screens [ci skip] 2019-12-05 16:56:57 +01:00
Theofanis Despoudis
d0e3c8bf90 Added missing step when deleting customers
When running:
```
DELETE FROM customers WHERE id=1004;
```
I get back:
```
ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`inventory`.`addresses`, CONSTRAINT `addresses_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`))
```
So I added some instructions on deleting this entry first before continuing.
2019-12-04 18:51:10 +01:00
Chris Cranford
9aa9dc77a6 Fix formatting __dbz__physicalTableIdentifier in documentation [ci skip] 2019-12-04 10:40:30 -05:00
Gunnar Morling
537830a150
Topic configuration update 2019-12-03 14:56:11 +01:00
Chris Cranford
6f561b6c96 Add missing ToC to documentation 2019-11-25 22:13:10 +01:00
Grzegorz Kołakowski
e27de6cbe9 DBZ-1480 Add documentation of read_committed isolation mode 2019-11-22 11:46:59 +01:00
Jiri Pechanec
bb052c0c4b DBZ-1610 Document renamed ts_usec to ts_ms 2019-11-12 16:38:54 -05:00
Jiri Pechanec
73e1b8f5d8 DBZ-1518 Clarify default replica identity event content 2019-11-12 16:34:02 -05:00
jcechace
cd70fa2617 DBZ-1543 fixed upstream release reference in AMQ docs 2019-11-11 09:39:35 -05:00
rkerner
53a0aa023f minor MySQL connector docs fix (switched step 1 <--> step 2) 2019-11-09 11:12:35 +01:00
Gunnar Morling
504c367115
Update postgresql.adoc 2019-11-09 08:52:59 +01:00
Gunnar Morling
9e3cde6022 Updating Strimzi version 2019-11-08 11:28:09 +01:00
Gunnar Morling
2c86b1c84f DBZ-1604 Documentation update 2019-11-08 10:23:23 +01:00
Jiri Pechanec
54cb9e8326 DBZ-1595 Use dots as separator in param name 2019-11-08 07:57:06 +01:00
Chris Cranford
7d62ee05a0 Update documentation version attributes [ci skip] 2019-11-06 13:13:32 -05:00
jcechace
1121c8b83e DBZ-1543 updated links and removed jdbc driver part from amq docs 2019-11-05 16:07:47 +02:00
Jeremy Finzel
c2f27cdb23 DBZ-1559 Change snapshot lock level to ACCESS SHARE
This is the correct mode that only prevents concurrent schema changes, while not requiring debezium user to also have UPDATE access to tables as does SHARE UPDATE EXCLUSIVE mode
2019-11-05 11:54:52 +02:00
Chris Cranford
ff3cd321cf DBZ-1543 Update documentation based on Technology Preview 2019-10-31 18:30:01 +01:00
Navdeep
0b436e27d7 Updated tutorial.adoc
Changed name of the terminal output to check out kafka connect service output.
2019-10-21 11:02:46 -04:00
Mincong HUANG
1e3eb8c840 DBZ-1336 Support Postgres LTREE columns 2019-10-21 12:10:46 +02:00
Jiri Pechanec
018152bb4a DBZ-1401 Document REPLICA IDENTITY for unique key on postgres 2019-10-17 10:00:21 +03:00
Jiri Pechanec
734f35529b DBZ-892 Fixed typos
Co-Authored-By: Gunnar Morling <gunnar.morling@googlemail.com>
2019-10-16 17:59:13 +03:00
Jiri Pechanec
447bc57393 DBZ-892 Document postgres large WALs 2019-10-16 17:59:13 +03:00
Gunnar Morling
f05601ec9f [docs] Adding table of contents on multiple pages 2019-10-11 09:59:34 -04:00
Gunnar Morling
f516f78de7 DBZ-1544 Misc. adjustments 2019-10-09 12:56:35 +02:00
Jeremy Finzel
2a0f32c158 DBZ-1544 Fix several incorrect documentation notes that say WAL might be purged during a long outage. This is actually not possible with replication slots 2019-10-09 12:56:32 +02:00
Jeremy Finzel
052e86afa9 DBZ-1544 Update Postgres versions that do not support decoding on a replica 2019-10-09 12:56:18 +02:00
Gunnar Morling
e98e4e3530 DBZ-1498 Documentation update 2019-10-09 12:19:46 +02:00
Jiri Pechanec
cf7eccb152 DBZ-1498 Docs added; microseconds changed to numeric; nanos supported 2019-10-09 12:14:35 +02:00
Jiri Pechanec
55de55133b DBZ-1280 Modified link text
Co-Authored-By: Gunnar Morling <gunnar.morling@googlemail.com>
2019-10-02 10:34:25 +02:00
Jiri Pechanec
85529de3fb DBZ-1280 Added documentation 2019-10-02 10:34:25 +02:00
Chris Cranford
b8bbdb8755 [release] Updated Antora configuration version to 1.0 2019-10-01 17:38:31 -04:00
Jiri Pechanec
3634d680f4 DBZ-685 Fix typo 2019-10-01 18:46:01 +02:00
Jiri Pechanec
dae5a9f6de DBZ-685 Document MySQL session timeout 2019-10-01 18:46:01 +02:00
Gunnar Morling
c0581bc69f DBZ-1405 Doc update as per changed duration mapping 2019-09-27 08:56:56 +02:00
Bingqin Zhou
1e676a0576 DBZ-1405 Updating Cassandra documentation after converter change;
* Update example config properties for local testing
* Add document for supported converters
* Update data type mapping
* Add Duration Type mapping
2019-09-27 08:56:56 +02:00
Braden Staudacher
82dfb05efb Update to docs for small typo 2019-09-27 08:56:56 +02:00
Jiri Pechanec
783d44ac76 DBZ-1501 Document custom key mapping for Oracle 2019-09-27 07:48:56 +03:00
Jiri Pechanec
e550b2a9a0 DBZ-1501 Update formatting 2019-09-27 07:34:07 +03:00
Guillaume Rosauro
2a828d842a DBZ-1501 Add 'msg.key.columns' description into documentation 2019-09-27 07:34:07 +03:00
Jiri Pechanec
0e2a79eba5 DBZ-1368 Change default toasted value 2019-09-25 17:24:21 +02:00
Gunnar Morling
f670fef77e DBZ-1368 Documentation update 2019-09-25 17:24:21 +02:00
Jiri Pechanec
4a1df93342 DBZ-1368 Document RDS problems 2019-09-25 17:24:21 +02:00
Jiri Pechanec
3c19a392ac DBZ-1368 Added documentation 2019-09-25 17:24:21 +02:00
Gunnar Morling
442408be02 DBZ-1497 Using int64 for INTERVAL microseconds mapping 2019-09-25 11:21:40 +03:00
Gunnar Morling
c1d8948e41 DBZ-1483 Doc fix 2019-09-25 10:18:25 +02:00
Jiri Pechanec
0613f9eecf DBZ-1483 Detailed description of event_serial_no source field 2019-09-25 10:18:25 +02:00
Jiri Pechanec
88aeb6803a DBZ-1483 Update documentation 2019-09-25 10:18:24 +02:00
Chris Cranford
9be1ec3d6b DBZ-1503 Update PostgreSQL connector documentation
* Use current versus 9.6 (version specific) documentation links
* Rephrased a section to have better readability
2019-09-25 08:06:45 +03:00
Jiri Pechanec
8f308746d3 DBZ-1438 Interrupt only after interrupt affected operations 2019-09-24 12:51:48 +02:00
Jiri Pechanec
ca4f1dfe98 DBZ-1286 Document protobuf installation from RPM 2019-09-24 10:16:35 +02:00
Chris Cranford
d6c91051f5 DBZ-1493 Remove reference to when configuration property introduced and options that were dropped in 0.10 2019-09-24 09:36:38 +02:00
Gunnar Morling
c5d0b18ea3 DBZ-1044 "AVRO" -> "Avro", as it's not an abbreviation 2019-09-23 12:21:54 +02:00
trolison
e5f77b3a32 DBZ-1426, DBZ-1427 Introducing retry if replication slot is already in use;
- Added PG connector config parameters for retry count and delay
- Added basic test for connection retry and delay logic
- Added a more clear error message when a PG connection cant be made and it has nothing to do with the schema registry (DBZ-1427)
- Updated documentation for the new connection retry parameters
2019-09-23 11:23:38 +02:00
Jiri Pechanec
5c94bcf802 DBZ-1178 Update Docker Hub link text
Co-Authored-By: Gunnar Morling <gunnar.morling@googlemail.com>
2019-09-23 10:46:12 +02:00
Jiri Pechanec
d85e5fc22e DBZ-1178 Docs pointing to quay.io 2019-09-23 10:46:12 +02:00
Chris Cranford
910d00f6a2 DBZ-1044 Fixed documentation typo, added tests, adjusted FieldNameSelector 2019-09-20 07:40:23 +03:00
Chris Cranford
25086e82e3 DBZ-1044 Add auto-Enable sanitize.field.names support
When the connector detects that its configuration explicitly specifies
that "key.converter" or "value.converter" are using the AvroConverter,
the "sanitize.field.names" option will be automatically enabled.
2019-09-20 07:40:23 +03:00
Chris Cranford
96f8cca2db DBZ-1044 Document sanitize.field.names 2019-09-20 07:40:23 +03:00
Gunnar Morling
22c6901e3c DBZ-1442 Documentation update;
* Describing new MongoDB SMT option
* Adding missing docs for operation.header for relational SMT
2019-09-13 11:50:30 +02:00
Javier Holguera
0d4cb6da25 Adds warning for 'bin_log' property in RDS MySQL 2019-09-13 11:14:53 +02:00
Chris Cranford
9c74643303 [skip travis] DBZ-1473 Add "exported" option in description for PostgreSQL "snapshot.mode" connector option 2019-09-12 17:27:06 +02:00
Chris Cranford
3059767328 DBZ-1472 Speak of primary/secondary rather than master/slave for PostgreSQL 2019-09-11 17:17:47 +02:00
Chris Cranford
88b8a3fac1 DBZ-1406 Update doc for cassandra connector config file with properties format. 2019-09-06 09:19:24 +02:00
Chris Cranford
2118b8a1d2 DBZ-1419 Document adaptive/connect mode for SQL Server 2019-09-06 09:18:31 +02:00
Gunnar Morling
d56eb80fd2
[Doc] HTTP -> HTTPS 2019-09-05 23:26:57 +02:00
Gunnar Morling
7bcf8b5810
[doc] HTTP -> HTTPS 2019-09-05 23:23:36 +02:00
Chris Cranford
3d76848039 DBZ-317 Fix broken image link 2019-09-05 16:51:56 -04:00
Chris Cranford
b538f51ecb DBZ-317 Added "PostgreSQL Logical Decoding Plugin" menu item 2019-09-05 15:15:23 -04:00
Chris Cranford
4d85d6312b DBZ-317 Fix broken documentation page-ids 2019-09-05 16:48:14 +02:00
Chris Cranford
fe4ed5391f DBZ-317 Reorganized operating documentation 2019-09-05 16:48:14 +02:00
Chris Cranford
2a1e29aa1a DBZ-317 Fix formatting 2019-09-05 16:48:14 +02:00
Chris Cranford
7cf302f4cb DBZ-317 Removed welcome nav item and changed start page title 2019-09-05 16:48:14 +02:00
Chris Cranford
610f747b91 DBZ-317 Deploy antora documentation under /documentation/reference rather than /documentation/debezium URLs 2019-09-05 16:48:14 +02:00
Chris Cranford
fddbfb4914 DBZ-317 Apply architecture, features, and concept changes from DBZ-1458 2019-09-05 16:48:14 +02:00
Chris Cranford
96a6a9bbb9 DBZ-317 Backported recent doc changes to this repo 2019-09-05 16:48:14 +02:00
Chris Cranford
88474b73e2 DBZ-317 Integration of Antora documentation framework 2019-09-05 16:48:14 +02:00