Commit Graph

212 Commits

Author SHA1 Message Date
Chris Cranford
901b19c23c
DBZ-2021 Cleanup deprecations 2020-05-19 13:29:52 -04:00
Chris Cranford
8c6403ff5f
DBZ-2021 Remove reference to deprecated options 2020-05-19 13:20:59 -04:00
TovaCohen
3f7d814552 DBZ-2021 Moved # to correct place. Returned example of no key field added. 2020-05-19 13:13:29 -04:00
TovaCohen
d147e3908f DBZ-2021 Re-added, the missing PostgreSQL partitioned table content 2020-05-19 13:13:29 -04:00
TovaCohen
c3c9d28a4f DBZ-2021 Clarified config examples and record headers. Changed SMT config option anchor IDs. 2020-05-19 13:13:29 -04:00
TovaCohen
093f8103cb DBZ-2021 Updates based on PR review comments 2020-05-19 13:13:29 -04:00
TovaCohen
2f62f24e0d DBZ-2021 Clarifies default name of inserted key field 2020-05-19 13:13:29 -04:00
TovaCohen
412fae029c DBZ-2021 Corrected the description of the default name of the inserted key field 2020-05-19 13:13:29 -04:00
TovaCohen
c9c9be51e8 DBZ-2021 Completed revision of doc for topic routing and event flattening 2020-05-19 13:13:29 -04:00
TovaCohen
d28a934635 DBZ-2021 Updated SMT doc for topic routing and event flattening 2020-05-19 13:13:29 -04:00
Jiri Pechanec
c85546d611 DBZ-2074 Expose topic and headers in scripting SMTs 2020-05-15 11:13:07 +02:00
Gunnar Morling
4154393234 DBZ-2024 Making options linkeable 2020-05-14 08:41:40 +02:00
Gunnar Morling
0b42c8d8c2 DBZ-2024 Adding topic.regex option to routing and filtering SMTs 2020-05-14 08:41:40 +02:00
Chris Cranford
ddca912bac DBZ-1791 Make configuration options linkable 2020-05-13 21:36:12 +02:00
Gunnar Morling
4f020ca6cf DBZ-1828 Removing deprecated SMT options 2020-05-13 21:36:12 +02:00
Chris Cranford
5ae8313e2e DBZ-1791 Add add.fields and add.headers options to MongoDB flattening SMT 2020-05-13 21:36:12 +02:00
Gunnar Morling
4e279c17c1 DBZ-2034 Adding table with all SMT options;
Also adding Aaron to COPYRIGHT.txt
2020-05-11 15:37:36 +02:00
Aaron Brady
8b42016f63 DBZ-2034 Make ByLogicalTableRouter SMT unique key enforcement optional 2020-05-08 13:56:18 -04:00
Chris Cranford
f43b763aa9 DBZ-2014 Add anchor 2020-05-05 22:13:25 +02:00
Chris Cranford
c6ba581848 DBZ-2014 Suggested changes 2020-05-05 22:13:25 +02:00
Chris Cranford
cd43c4880f DBZ-2014 Do not include outbox eventType field by default 2020-05-05 22:13:25 +02:00
Chris Cranford
81c3a808da DBZ-1963 Suggested changes 2020-05-05 08:45:58 +02:00
Chris Cranford
a1cb06299c DBZ-1963 Emit outbox events with value schema names 2020-05-05 08:45:58 +02:00
Jiri Pechanec
bb13db1d5b DBZ-2000 Docs improvements
Co-Authored-By: Gunnar Morling <gunnar.morling@googlemail.com>
2020-04-24 15:44:52 +02:00
Jiri Pechanec
7e37237b52 DBZ-2000 Change expression param name; add docs 2020-04-24 15:44:52 +02:00
Gunnar Morling
41293f0b2d DBZ-1993 Wrapping structs for simpler references in filter SMT;
Exposing as ProxyObject allows for simple property-style access. We also can prevent write access that way.
2020-04-23 08:34:56 +02:00
Gunnar Morling
2d0da37c03 DBZ-1993 Wrapping structs for simpler references in filter SMT;
Exposing as ProxyObject allows for simple property-style access. We also can prevent write access that way.
2020-04-23 08:33:30 +02:00
Gunnar Morling
0673aba092 DBZ-1782 Inverting filtering logic, so to be consistent with Stream#filter() and other similar APIs 2020-04-15 17:52:35 +02:00
Gunnar Morling
0775bb1f4f DBZ-1782 Allowing any JSR 223 implementation for filtering SMT 2020-04-15 17:52:35 +02:00
Gunnar Morling
2e7eaf8681 DBZ-1782 Documentation update 2020-04-09 18:38:27 +02:00
Jiri Pechanec
d7d2e47ea0 DBZ-1782 DBZ-1807 DBZ-1930 Document new devel features 2020-04-09 18:07:22 +02:00
Alexander Schwartz
543549cb75 DBZ-1935 fixed broken links and anchors 2020-04-06 17:36:27 +02:00
Gunnar Morling
d2520ae5ec DBZ-1906 Adding AsciiDoc attribute for AK docs URL 2020-03-31 14:54:23 +02:00
Ben Hardesty
6e8863f634 DBZ-1829 Conditionalize deprecated options for downstream doc 2020-03-11 21:48:43 +01:00
Gunnar Morling
b1a3fcc516 Wording fix 2020-03-10 12:15:22 +01:00
Chris Cranford
09b40c4bb3 DBZ-1452 Fix typo 2020-02-12 14:03:19 -05:00
Gunnar Morling
61c4f834a6 DBZ-1452 Misc. fixes and refactoring;
* Adding support for "transaction" struct
* Documentation updates
* Only one "_" as separator between struct and field name
2020-02-12 14:03:19 -05:00
daanroosen-DS
49bbec319b DBZ-1452 Adding add.fields and add.headers options to flattening SMT 2020-02-12 14:03:19 -05:00
Gunnar Morling
1da43853c5 DBZ-1767 Avoiding version-specific reference 2020-02-12 18:49:32 +01:00
Jiri Pechanec
a998db9caa DBZ-1767 Support field sanitization for MongoDB unwrap 2020-02-12 18:49:32 +01:00
Gunnar Morling
d5bbc7a123 DBZ-1717 Misc. clean-up;
* Expanding test
* Removing obsolete deprecation warning
* Adding Jan Uyttenhove to COPYRIGHT.txt
2020-01-28 12:41:12 +01:00
Chris Cranford
8047813a9f DBZ-1668 Documentation Updates [ci skip]
* Removed width attribute from tables
2020-01-28 09:43:56 +01:00
Chris Cranford
075bd57a03 DBZ-1668 Documentation Updates [ci skip]
* Removed unnecessary roles and options for many adoc tables
* Fixed various typos
* Added consistent incubating note
* Minor tweaks to several code listings to include caption/titles
* Fixed several rendering bugs with bullet lists not being properly rendered
* Added appropriate source code types to source blocks
2020-01-28 09:43:56 +01:00
Gunnar Morling
ec7cc8c0b8 Fixing broken links 2020-01-22 17:04:22 +01:00
Gunnar Morling
2d337133ae DBZ-1715 Docs clarification; adding Jos to authors list 2020-01-17 14:52:15 +01:00
Jos Huiting
1cd4d4bf19 Add field-based topic routing to Debezium ExtractRecordState 2020-01-17 14:43:03 +01:00
Gunnar Morling
92b044d405 DBZ-1292 ☁️ Adding documentation for CloudEvents converter 2020-01-16 08:02:51 +01:00
Chris Cranford
4fa0f22ac7 DBZ-1703 Add option to JSON SerDes for ignoring unknown properties 2020-01-14 09:24:53 +01:00
Jiri Pechanec
761e7440cc DBZ-1670 Rename Serdes to DebeziumSerdes 2019-12-16 15:05:43 +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
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
9aa9dc77a6 Fix formatting __dbz__physicalTableIdentifier in documentation [ci skip] 2019-12-04 10:40:30 -05:00
Chris Cranford
6f561b6c96 Add missing ToC to documentation 2019-11-25 22:13:10 +01:00
Gunnar Morling
2c86b1c84f DBZ-1604 Documentation update 2019-11-08 10:23:23 +01:00
Chris Cranford
910d00f6a2 DBZ-1044 Fixed documentation typo, added tests, adjusted FieldNameSelector 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
Chris Cranford
fe4ed5391f DBZ-317 Reorganized operating documentation 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