Commit Graph

99 Commits

Author SHA1 Message Date
Fintan Bolton
6774e32cb6 DOC-mysql Added missing [source,json] formatting in Delete change event value section 2019-12-20 13:06:48 -05:00
Fintan Bolton
47542ba315 DOC-mysql Renamed mysql-intro.adoc to mysql.adoc (as it was previously) 2019-12-20 13:06:48 -05:00
Fintan Bolton
7fc1153085 DOC-mysql Added context attribute to mysql-intro.adoc file 2019-12-20 13:06:48 -05:00
Fintan Bolton
f45215ef69 DOC-fix-xrefs Fix broken links 2019-12-20 13:06:48 -05:00
Fintan Bolton
ebfbd83a90 DOC-removed-modules-attr Stop using the {modules} attribute in doc assembly files 2019-12-20 13:06:48 -05:00
Fintan Bolton
d78c5b7eed DOC-remote-attribute-includes Removed unnecessary attribute include statements from assembly files 2019-12-20 13:06:48 -05:00
Alex Mansell
ebc846c9a5 Initial modularization of MySQL connector documentation 2019-12-20 13:05:41 -05:00
Jiri Pechanec
c0dd096e13 [release] Changelog for 1.0.0.Final 2019-12-18 07:36:06 +01:00
Gunnar Morling
7c079ca5e5 DBZ-1643 Documentation update 2019-12-17 08:59:55 +01:00
Gunnar Morling
eb4b1dad45 DBZ-1643 Normalizing TZ value to UTC
This avoids the need for the database.server.timezone option when running on SQL Server 2016 or newer.
2019-12-17 08:59:55 +01:00
Johan Venant
c8070d19b8 DBZ-1643 Manage sql server timestamp timezone 2019-12-17 08:59:55 +01:00
John Martin
a3129fd596 DBZ-1671 update mysql_connector snapshot locking documentation 2019-12-17 07:23:29 +01:00
Jiri Pechanec
761e7440cc DBZ-1670 Rename Serdes to DebeziumSerdes 2019-12-16 15:05:43 +01:00
Jiri Pechanec
52a2946aa5 DBZ-1642 Documentation update 2019-12-16 12:21:19 +01:00
Jiri Pechanec
c6449c956b DBZ-1642 Added Always On docs 2019-12-13 12:01:48 +01:00
Gunnar Morling
77252304db
Nav fix [no ci] 2019-12-12 16:25:17 +01:00
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