Commit Graph

1130 Commits

Author SHA1 Message Date
Bob Roldan
d7518197fa DBZ-3991 Convert Oracle connector Dev Preview statement to Tech Preview 2022-01-17 14:11:16 +01:00
Bob Roldan
2b0e8ea917 DBZ-3991 update include statements that were breaking the downstream build 2022-01-17 14:11:16 +01:00
Bob Roldan
70be6e41b6 DBZ-3991 update and reposition Db2 JDBC driver instructions 2022-01-17 14:11:16 +01:00
Bob Roldan
16d0e89210 DBZ-3991 Remove sentence that is replaced by shared content 2022-01-17 14:11:16 +01:00
Bob Roldan
14d5ec03f5 DBZ-3991 more minor cleanup 2022-01-17 14:11:16 +01:00
Bob Roldan
0145b98f37 DBZ-3991 fix URL errors in KafkaConnect CR example; link to verification 2022-01-17 14:11:16 +01:00
Bob Roldan
dde8c8cdb4 DBZ-3991 Fix include statements, other cleanup. 2022-01-17 14:11:16 +01:00
Bob Roldan
734c35d039 DBZ-3991 Remove redundancy, add line between sections for readability 2022-01-17 14:11:16 +01:00
Bob Roldan
57d75fefa2 DBZ-3991 Rework information about obtaining JDBC drivers for Oracle, Db2 2022-01-17 14:11:16 +01:00
Bob Roldan
8e9786a08a DBZ-3991 Updates to address downstream build issues. 2022-01-17 14:11:16 +01:00
Bob Roldan
b756ed67f6 DBZ-3991 Update connector files to incorporate shared deployment content 2022-01-17 14:11:16 +01:00
Bob Roldan
3fb6cd5902 DBZ-3991 Update based in initial review; replace strings w/ attributes 2022-01-17 14:11:16 +01:00
Bob Roldan
5f8fdf132c DBZ-3991 Create shared files to doc using streams to deploy connectors 2022-01-17 14:11:16 +01:00
Bob Roldan
28961e1d4e DBZ-4552 Modify link format to eliminate upstream Antora build error 2022-01-14 18:34:24 -05:00
Chris Cranford
14e6b84eba [docs] Fix table header formatting 2022-01-14 12:39:51 -05:00
nathan-smit-1
4dac97b352
DBZ-4375 Adding more config options to PubSub connector;
Added batch settings, flow control settings and retry settings as configurable options
2022-01-13 15:12:27 +01:00
Shichao An
54dedf95ee
DBZ-4532 Update Vitess connector documentation
* DBZ-4532 Updating Vitess connector documentation;

Configurations:
- vitess.grpc.headers
- column.propagate.source.type
- datatype.propagate.source.type


Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-01-13 12:13:46 +01:00
Chris Cranford
cf242b02ce DBZ-4457 Clarify Outbox JSON expansion requirements 2022-01-13 05:56:05 +01:00
Bob Roldan
95223474b4 DBZ-4300 Fix incorrect attribute for link to DBZ supported config pg 2022-01-12 16:44:54 -05:00
Bob Roldan
2beefb9d8f DBZ-4300 Link to up/down-stream pages for info re: supported db versions 2022-01-12 10:10:25 +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
14c9c65870 DBZ-4494 Document reason/description for user grants w/Oracle 2022-01-11 06:10:08 +01:00
Chris Cranford
1b4c364578 DBZ-4528 Document ORA-04036 PGA_AGGREGATE_LIMIT solution 2022-01-10 09:52:10 -05:00
Gunnar Morling
f0b4a5ba9f DBZ-4351 Misc. clean-up 2022-01-06 19:03:46 +01:00
harveyyue
291e8ac221 DBZ-4351 Add create/update/delete event seen metrics for monitor upstream dml operation 2022-01-06 19:03:46 +01:00
poonam-meghnani
09a512b4b8
DBZ-4499 Apply suggestions from code review
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2022-01-06 11:29:41 -05:00
poonam-meghnani
604c2780d0
DBZ-4499 updated oracle connector docs 2022-01-06 11:29:41 -05:00
Hady Willi
0e911a91ab
DBZ-4461 Improving documentation for postgres bytea_output 2022-01-04 13:58:14 +01:00
Bob Roldan
edcd133ec0 DBZ-3457 Correct Oracle FQ table format; remove problematic links. 2022-01-03 14:21:51 +01:00
Bob Roldan
413aabccca DBZ-3457 Edits and updates to fix build problems 2022-01-03 14:21:51 +01:00
Bob Roldan
3db7a20b91 DBZ-3457 Address review comments 2022-01-03 14:21:51 +01:00
Bob Roldan
6d9c285ee9 DBZ-3457 Update reference in MongoDB doc to point to refactored files 2022-01-03 14:21:51 +01:00
Bob Roldan
b3f67110d5 DBZ-3457 Update features file to fix downstream build error 2022-01-03 14:21:51 +01:00
Bob Roldan
7551d1d077 DBZ-3457 Prep signaling/incremental snapshots for downstream use 2022-01-03 14:21:51 +01:00
AChangFeng
215d9a2865 [docs] Typo fix 2021-12-21 10:52:26 +01:00
Nansen
7a41aa4baf [docs] Adjusting var name in UI docs 2021-12-17 14:30:05 +01:00
Jiri Pechanec
3773de109b [release] Changelog for 1.8.0.Final 2021-12-16 11:03:52 +01:00
Jiri Pechanec
e256c40814 DBZ-4420 Highlight differences between oplog and change streams events format 2021-12-16 09:19:45 +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
roldanbob
ca776acf57
[docs] Fix formatting error in message.key.columns
In the property table, fixed a formatting error in the description for message.key.columns
2021-12-09 12:33:28 -05:00
Jiri Pechanec
87182f7c2a [release] Changelog for 1.8.0.CR1 2021-12-09 14:25:06 +01:00
Gunnar Morling
b20e6aa096
[docs] Fixing outbox example listing 2021-12-09 11:32:22 +01:00
narcsfz
87fc1dc535 DBZ-4428 update Vitess source metadata example 2021-12-09 10:52:42 +01:00
Jiri Pechanec
632f228581 DBZ-3342 Incremnetal snapshot documentation 2021-12-09 10:03:41 +01:00
Tom Billiet
ec9f122e0a DBZ-4385 Truncate support for Oracle 2021-12-08 15:00:53 -05:00
Jiri Pechanec
4cd5b092e9 DBZ-4205 Address review comments 2021-12-08 15:48:49 +01:00
Gunnar Morling
72a8662bd3 DBZ-4205 Document fixes and other misc. adjustments 2021-12-08 15:48:49 +01:00
Jiri Pechanec
9901c43c8a DBZ-4205 Switch oplug to change streams is safe 2021-12-08 15:48:49 +01:00
Jiri Pechanec
f037b35954 DBZ-4205 Document change streams capture mode 2021-12-08 15:48:49 +01:00