Commit Graph

85 Commits

Author SHA1 Message Date
Chris Cranford
c4f70a2ec1 DBZ-1413 DBZ-920 Updated documentation with suggested changes 2019-12-10 10:09:35 +01:00
Chris Cranford
2896c466fc DBZ-1413 DBZ-920 Document Domain Type and ENUM support 2019-12-10 10:09:35 +01:00
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