Commit Graph

82 Commits

Author SHA1 Message Date
roldanbob
77fba3068f DBZ-7418 Remove references that imply downstream support for CloudEvents 2024-02-13 15:46:40 -05:00
roldanbob
093bb3f999 DBZ-7418 Adds Db2, Informix, & Oracle to list of supported connectors 2024-02-13 15:46:40 -05:00
roldanbob
e8bcc96e84 DBZ-7418 Remove original obsolete callout list 2024-02-13 15:46:40 -05:00
roldanbob
d38bf765eb DBZ-7418 Convert callouts for CloudEvents example to table format 2024-02-13 15:46:40 -05:00
Jiri Pechanec
84df411daa DBZ-7284 Add review changes
Co-authored-by: roldanbob <broldan@redhat.com>
2024-01-16 08:28:49 +01:00
Roman Kudryashov
9176a526bd DBZ-7284 Documentation 2024-01-16 08:28:49 +01:00
Chris Cranford
9c6c5cd6bc
[docs] Fix substitution issues 2024-01-10 09:29:14 -05:00
Jiri Pechanec
24c43c9c64 DBZ-7235 Change wording 2023-12-20 06:58:24 +01:00
Roman Kudryashov
3d52959cea DBZ-7235 More precise config for Outbox SMT + CloudEvents converter 2023-12-20 06:58:24 +01:00
Roman Kudryashov
fd48dc2fe1 DBZ-7235 Add option to customize CloudEvents schema name 2023-12-20 06:58:24 +01:00
Roman Kudryashov
3d56341375 DBZ-7060 Rename metadata.location -> metadata.source 2023-10-27 13:55:18 +02:00
REMY David
fa422bfe20 DBZ-2862 Installation and configuration of OpenTelemetry to enable traceability 2023-10-26 06:21:18 +02:00
Roman Kudryashov
b3764d14d5 [docs] a couple of corrections 2023-10-25 09:21:45 +02:00
Roman Kudryashov
cb248e3d25 [docs] Update CloudEventsConverter docs
* add `metadata.location` property. describe how to pass metadata, id, and type in headers
* add `extension.attributes.enable` property (DBZ-6982)

Co-authored-by: roldanbob <broldan@redhat.com>
2023-10-25 09:21:45 +02:00
Vojtech Juranek
e26899f844 DBZ-2862 Add notice about obsolete tracing documentation 2023-08-08 21:45:30 +02:00
Chris Cranford
c5a28836e1 DBZ-5859 Finalize edits 2023-04-19 11:25:53 -04:00
Chris Cranford
0365954031 DBZ-5859 Suggested edits 2023-04-19 11:25:53 -04:00
ingmarfjolla
a9189e9c74 DBZ-5859 first draft of reactive outbox docs 2023-04-19 11:25:53 -04:00
Bob Roldan
311decac20 DBZ-6330 Address review feedback and fix links 2023-04-12 21:08:31 -04:00
Vojtech Juranek
44f2f40c56 DBZ-6216 Update testcontainers to use quay.io images
When needed update also version.
Update also leftovers in readme files.
2023-04-12 14:07:35 +02:00
Gunnar Morling
e9c6429154 [docs] Removing redundant TX ids from CloudEvents docs 2023-03-03 05:50:00 +01:00
Jakub Zalas
4d15c40e89 [docs] Update the postgres container initialisation example
The container needs to be marked as a compatible substitute for the official postgres image. Otherwise, with recent versions of testcontainers, the postgres container will fail to initialise with: `Failed to verify that image 'debezium/postgres:11' is a compatible substitute for 'postgres'.`.
2023-01-10 09:34:19 +01:00
Sergei Morozov
e4d46c81b1 DBZ-5541: Default Debezium schema.name.adjustment.mode to "none" 2022-09-29 09:47:25 +02:00
Vojtech Juranek
853f43c5de DBZ-5043 Update documentation ot use topic.prefix instead of database.server.name 2022-09-07 12:57:31 +02:00
Gunnar Morling
31ade1dda0 [docs] Avoiding reference to Guava types 2022-07-27 12:19:56 -04:00
Sergei Morozov
010f8c9d50 DBZ-3535: Rework CloudEventsConverter 2022-03-24 09:37:05 +01:00
Chris Cranford
24be2d2df5
DBZ-4430 Promote Quarkus Outbox to stable (sans OpenTracing support)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-03-18 11:11:38 +01:00
Gunnar Morling
d21e37746a DBZ-4606 Dropping superfluous link-prefix attribute 2022-02-18 08:47:06 +01:00
Gunnar Morling
7084369383 DBZ-4317 Doc adjustments 2022-01-21 11:38:00 +01:00
Chris Cranford
cf81f6bee9 DBZ-4317 Allow additional field mappings w/Quarkus Outbox extension 2022-01-21 11:38:00 +01:00
JapuDCret
7442c20341 DBZ-4529: <docs> fix wrong mention of config property quarkus.debezium-outbox.tracing-span 2022-01-11 06:12:37 +01:00
Chris Cranford
5600ee73be DBZ-3552 Use term "type" rather than "explicitType" 2021-12-13 18:08:28 +01:00
Chris Cranford
bd9621c845 DBZ-3552 Allow usage of payload custom types
For example, when defining a payload as a PostgreSQL JSONB sql type and
using JsonNode as the Java representation, a type handler must be given
to handle the conversion between the Java representation and the SQL.
While this can be done with an attribute converter, some may wish to
make use of existing Hibernate user-defined type implementations.
2021-12-13 18:08:28 +01:00
Gunnar Morling
b20e6aa096
[docs] Fixing outbox example listing 2021-12-09 11:32:22 +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
Anisha Mohanty
9f7ede0e06 DBZ-3626 Renaming master branches to main 2021-10-28 09:33:32 +02:00
Bob Roldan
deda77675d DBZ-3649 fix typo in Java example 2021-08-03 12:27:18 +02:00
Bob Roldan
c4e917b7a4 DBZ-3649 Add self-referencing links to properties 2021-08-03 12:27:18 +02:00
JapuDCret
2b885fd1e9
[docs ]Fix typo in outbox.adoc 2021-06-14 17:20:25 +02:00
Gunnar Morling
f1067ad000 DBZ-2834 Doc adjustment 2021-06-09 09:53:17 +02:00
Anisha Mohanty
f83ee3f8b9 DBZ-2834 Update documentaion 2021-06-09 09:47:12 +02:00
Bob Roldan
d0df3c278a DBZ-3518 Update formatting to correct rendering and linking problems 2021-05-13 06:49:20 +02:00
roldanbob
257b1f32dc
[docs] Correct typo
Emitting is misspelled as emmitting.
2021-05-05 17:21:38 -04:00
Jiri Pechanec
73003e9b7c DBZ-1818 Fix typos; add links
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-01-05 12:48:38 +01:00
Jiri Pechanec
68f947aeab DBZ-1818 OpenTracing documentation 2021-01-05 12:48:38 +01:00
Tova Cohen
2e69b50ee1 DBZ-2554 CloudEvents doc needed the same format updates 2020-09-18 09:46:34 -04:00
Bob Roldan
62190629c6 DBZ-2245 Fully remove commented conditional content. 2020-09-01 11:47:01 -04:00
Bob Roldan
53cbae3d56 DBZ-2245 Edit conditionals so Avro info shows in cloudevents product doc 2020-09-01 11:47:01 -04:00
Tova Cohen
10fd7bb49d DBZ-2402 Rename some files and updates references to those files 2020-08-06 12:02:26 +02:00
Jonas Lins
c708a89b23 DBZ-2367 Fix group id from io.debezium.quarkus to io.debezium on outbox docs 2020-07-20 09:44:54 +02:00