Commit Graph

114 Commits

Author SHA1 Message Date
Chris Cranford
1d41d53636 DBZ-1685 Document and add support for column.mask.with for PostgreSQL connector 2020-01-14 09:30:34 +01:00
Chris Cranford
4fa0f22ac7 DBZ-1703 Add option to JSON SerDes for ignoring unknown properties 2020-01-14 09:24:53 +01:00
Chris Cranford
7fd3059d3a Update documentation component version to 1.1 [ci-skip] 2020-01-13 15:05:50 -05:00
Gunnar Morling
eacc624001
Adding section on Prometheus/Grafana to monitoring docs 2020-01-09 07:39:45 +01:00
Gunnar Morling
0dd8546ea4 PG doc improvements;
Incorporating some learnings from https://www.sderosiaux.com/articles/2020/01/06/learnings-from-using-kafka-connect-debezium-postgresql/#the-solution-fix-postgresql.
2020-01-07 12:07:59 +01:00
Gunnar Morling
cf640c3c99 DBZ-1168 Fixing casing 2020-01-06 12:38:04 +01:00
Jiri Pechanec
4102d39aba DBZ-1168 Suport non-admin authSources 2020-01-06 12:28:49 +01:00
Jiri Pechanec
6d97dd4dfd DBZ-1552 Decimal handling mode for Oracle docs 2020-01-06 10:22:17 +01:00
Vedit Firat Arig
1bf09c9946 Fixed Doc for checking mysql binlog status 2020-01-02 11:50:15 +01:00
Chris Cranford
4f646a860d Fix minor formatting of SQL table layout. 2019-12-20 13:06:48 -05:00
Fintan Bolton
e09375861f DOC-mysql Added toc::[] macro to assembly files 2019-12-20 13:06:48 -05:00
Fintan Bolton
b16f4e7776 DOC-mysql Removed manually created mini-tocs (based on xref links) 2019-12-20 13:06:48 -05:00
Fintan Bolton
945ef31ef5 DOC-mysql Updated navigation text for consistency 2019-12-20 13:06:48 -05:00
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