Commit Graph

63 Commits

Author SHA1 Message Date
mfvitale
4c93ebd3f2 DBZ-5847: Improve ComputePartition SMT documentation 2022-12-12 14:40:56 +01:00
mfvitale
4c941b63ed DBZ-5847: Add support for all connectors
Support for qualified table names
2022-12-12 14:40:56 +01:00
mfvitale
d12811e9aa DBZ-5847: Add documentation 2022-12-12 14:40:56 +01:00
harveyyue
b124d91a93 DBZ-5796 For outbox transformation, when 'table.expand.json.payload' is set to true null values are not correctly deserialized 2022-11-16 14:55:01 +01:00
Bob Roldan
4aeaf264ee DBZ-5835 Replaces references to obsolete downstream docs attribute 2022-11-16 14:32:04 +01:00
Vojtech Juranek
adb5dff784 DBZ-5834 Update MongoDB New Document State Extraction docs 2022-11-16 14:26:51 +01:00
Enzo Cappa
e497fbc564 DBZ-5770 Update documentation regarding the Binary Data Converter
I introduce an error on the documentation by not closing a NOTE
block. Fixing it.
2022-11-14 09:48:13 +01:00
Enzo Cappa
179c359ca6 DBZ-5770 Update documentation regarding the Binary Data Converter
Updated all references from `ByteBufferConverter` to
`BinaryDataConverter`.

Also added special note about changing the settings before upgrading
when running in Kafka Connect (otherwise Kakfa Connect will fail to
start).

chore: add my name to copyright and aliases
2022-11-01 09:28:28 +01:00
Alberto Martino
9e96606eee DBZ-5715 MongoDB router uses collection not table in names
For the MongoDB Outbox Event router the property:
`transforms.outbox.table.fields.additional.placement` doesn't works because the Mongo event router looks to the property
`transforms.outbox.collection.fields.additional.placement` to expose additional fields.
2022-10-13 08:59:26 +02:00
Sergei Morozov
e4d46c81b1 DBZ-5541: Default Debezium schema.name.adjustment.mode to "none" 2022-09-29 09:47:25 +02:00
Bob Roldan
6193e97981 DBZ-4417 Add information about customizing basic SMT configuration 2022-09-21 07:39:41 +02:00
Alexander Schwartz
dd90d76944 DBZ-5618 fix broken anchors in the docs 2022-09-19 09:22:37 +02:00
Vojtech Juranek
5573bb51ed DBZ-5048 Rename GH repo with containes
Besides updating links to renamed GH repo, update also documentation and
replace 'Docker' with 'containers' when possible.
2022-07-12 13:16:53 +02:00
Mikhail Dubrovin
26a167b1e9 DBZ-5296 Correct documentation of Event Router in expand.json mode 2022-06-27 08:43:08 +02:00
Bob Roldan
cd1caf682d DBZ-5227 Specify use of JAR artifact for script engine language 2022-06-24 16:25:44 +02:00
Vojtech Juranek
76c8550e7b DBZ-5045 Remove deprecated Mongo DB OPERATION_HEADER option 2022-06-08 09:11:00 +02:00
Vojtech Juranek
ff5ddd7959 DBZ-5045 Remove deprecated FIELD_PAYLOAD_ID
`table.field.event.payload.id` is replaced by `table.field.event.key`.
Also fix default value of `table.field.event.key` which was missing.
2022-06-08 09:11:00 +02:00
Vojtech Juranek
4e7b30b718 DBZ-5045 Remove deprecated DEBEZIUM_OPERATION_INVALID_BEHAVIOR 2022-06-08 09:11:00 +02:00
Bob Roldan
7a266c5449 DBZ-5219 Restore deleted topic heading 2022-06-07 22:08:20 -04:00
connorszczepaniak-wk
125fddaa01 DBZ-5089: update docs to reflect new additional field placement option 2022-05-27 12:46:39 +02:00
Bob Roldan
3d308da31a DBZ-5128 Assign unique anchor ID to recently added topic routing option 2022-05-13 09:07:33 +02:00
Nathan Bradshaw
94b1746f02 DBZ-4600 - Update MongoDB SMT documentation to point to ByteArrayConverter 2022-05-10 15:08:46 +02:00
harveyyue
d03e555144 DBZ-5072 Update the two properties to topic-routing doc 2022-05-03 13:44:58 +02:00
Sergei Morozov
854186e846 DBZ-3535: Rework ByLogicalTableRouter 2022-03-24 09:37:05 +01:00
Bob Roldan
8d4e50496e DBZ-4652 Replace hard-coded link; add attributes to antora.yml. 2022-03-11 10:14:57 +01:00
Bob Roldan
0bfde4b082 DBZ-4652 Remove TP designations and conditionalization 2022-03-11 10:14:57 +01:00
Bob Roldan
c3825c8d3b DBZ-4655 Conditionalize TIP for downstream use 2022-03-09 12:40:41 +01:00
Bob Roldan
062c433a7e DBZ-4791 Update anchor IDs, titles, ModuleID defs, link formatting 2022-03-01 12:29:55 +01:00
Gunnar Morling
6ac56f8741
DBZ-4301 Formatting 2022-02-24 15:15:16 +01:00
Gunnar Morling
d21e37746a DBZ-4606 Dropping superfluous link-prefix attribute 2022-02-18 08:47:06 +01:00
roldanbob
7c5d1c1f92
DBZ-4606 Adding anchor IDs to Avro cross-refs;
* Prefix cross-references w/ `xref` vs. {link-prefix} attribute
* Correct formatting of intra-file xref to topic.regex property

Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-02-17 07:47:45 +01:00
Bob Roldan
960af846c6 DBZ-4573 Conditionalize note about using the MongoDB outbox event router 2022-01-21 08:49:27 +01:00
Bob Roldan
58cae241ea DBZ-4563 Remove redundant list item 2022-01-19 09:29:57 +01:00
Bob Roldan
56e0ef581c DBZ-4563 Misc updates to fix build errors and update content. 2022-01-19 09:29:57 +01:00
Chris Cranford
cf242b02ce DBZ-4457 Clarify Outbox JSON expansion requirements 2022-01-13 05:56:05 +01:00
Gunnar Morling
797b991647 DBZ-4318 Using more concise xref link syntax;
Also improving features page a bit.
2021-11-22 10:54:24 +01:00
Sungho Hwang
64a9c91abb DBZ-4318 Modified default type of aggregateid In outbox collection expected by MongoDB Outbox Event Router for both tests and documentation. 2021-11-21 09:16:58 +01:00
Chris Cranford
2730187a4b DBZ-4012 Deprecate table.field.event.payload.id 2021-11-18 21:45:41 +01:00
Chris Cranford
ab86cd18a9 DBZ-4012 Suggested changes 2021-11-18 21:45:41 +01:00
Chris Cranford
0cab025627 DBZ-4012 Clarify differences between event.id and payload.id 2021-11-18 21:45:41 +01:00
Chris Cranford
970792bc40 DBZ-4012 Deprecate/Rename debezium namespace config options 2021-11-18 21:45:41 +01:00
Gunnar Morling
ca95b424fb DBZ-3528 Misc. clean-up 2021-11-17 16:02:06 +01:00
Gunnar Morling
03433b663b DBZ-3528 Misc. fixes 2021-11-17 16:02:06 +01:00
Sungho Hwang
c9eb0f9157 DBZ-3528 Refactored several parts according to the feedbacks
A delegate class for common logic between two Outbox Event Routers has been created.
Documentation has been fixed.
The configuration properties for MongoDB Outbox Event Router have been changed to use existing Outbox Event Router's.
2021-11-17 16:02:06 +01:00
Sungho Hwang
2c279b07f6 DBZ-3528 Wrote MongoDB Outbox Event Router with documentation and its unit & integration tests 2021-11-17 16:02:06 +01:00
Biel Garau Estarellas
ee5f5ab797
[docs ] Fixing little errors 2021-11-11 16:44:59 +01:00
Alexander Schwartz
dd36fd10b1 DBZ-4254 fixing several anchors in documentation
Also changing listing format from Markdown to AsciiDoc style. All xrefs to files should have the .adoc extension (will be required by Antora v3)
2021-11-08 07:17:45 +01:00
Anisha Mohanty
9f7ede0e06 DBZ-3626 Renaming master branches to main 2021-10-28 09:33:32 +02:00
Bob Roldan
f9db8ee80d DBZ-4153 Fix incorrect classname in SMT predicates doc 2021-10-18 12:59:03 -04:00
Sungho Hwang
767b271cb5
[docs] Typo fix 2021-10-14 16:57:26 +02:00