Commit Graph

8780 Commits

Author SHA1 Message Date
Chris Cranford
56ddbe21d5 DBZ-6650 Avoid ConcurrentModificationException during dispatch 2023-07-14 11:21:39 +02:00
Ondrej Babec
ab2be68361 DBZ-6667 Remove CRON job trigger for Kafka 2.x tests 2023-07-14 11:04:16 +02:00
Jiri Pechanec
4ca2a1c5d0 DBZ-6517 Use correct constructor 2023-07-14 09:11:10 +02:00
jcechace
79a65dfaca DBZ-6659 bumping junit5 version to accomodate jdbc sink requirements 2023-07-14 09:11:10 +02:00
jcechace
318c55cc74 DBZ-6659 Fixing junit dependencies 2023-07-14 09:11:10 +02:00
Artur Gukasian
cba7c3e0bc DBZ-6656 Add contributer 2023-07-14 08:34:48 +02:00
Vojtech Juranek
5cf61444c0 DBZ-6648 Use String fallback when interval handling mode is String
The root cause of DBZ-6648 is using long number as a fallback value,
while String is expected and thus falling conversion and returning
`null`.

Use String fallback when interval handling mode is String.
2023-07-14 06:03:59 +02:00
Martin Medek
8592440201
DBZ-6538 Implement sharded mongo ocp deployment and integration tests (#4636)
* DBZ-6538 added mongo sharded deployment, fixture and test cases for sharded mongo
2023-07-13 15:52:55 +02:00
harveyyue
e3f684170e DBZ-6472 MySqlSnapshotChangeEventSource parallel execute createSchemaEventsForTables 2023-07-13 13:21:59 +02:00
twthorn
7613cccc58 DBZ-6627 Adjust wording of recovery 2023-07-13 13:19:52 +02:00
twthorn
bef9d7541b DBZ-6627 aka to also known as 2023-07-13 13:19:52 +02:00
twthorn
3aa88ede3e DBZ-6627 Update recovery wording 2023-07-13 13:19:52 +02:00
twthorn
bf8dc05107 DBZ-6627 Update intro docs 2023-07-13 13:19:52 +02:00
twthorn
f8ae919035 DBZ-6627 Update Vitess Connector docs with new shard field; remove trailing whitespace 2023-07-13 13:19:52 +02:00
ani-sha
1e60d3c1d9 DBZ-5518 Document message schema format 2023-07-13 13:18:16 +02:00
Bob Roldan
c6ac7b1dba DBZ-6628 Correct formatting in additional-condition examples 2023-07-13 13:12:34 +02:00
Adam Strickland
0b15fe4556 [docs] Doc of type of return value 2023-07-13 13:08:41 +02:00
Jiri Pechanec
aca46f6bd1 DBZ-6047 Use updated Kafka offset stores 2023-07-13 11:26:21 +02:00
Jiri Pechanec
764427081b DBZ-6517 DBZ-6654 Make CE converter compatible with Kafka 3.5 2023-07-13 11:26:21 +02:00
Jiri Pechanec
ed345af308 DBZ-6047 Upgrade to Kafka 3.5 2023-07-13 11:26:21 +02:00
Vojtech Juranek
4b0290a0b1 DBZ-6651 Avoid confusing label and IPv6 address
Some label combined with some keywords (when written without a space
in between, which is valid for MySQL) can look like beginning of an IPv6
address, e.g.

    aaa:BEGIN

is currectly prased as IPv6 address `aaa:be` and leads to a parsing
failure.

Make parsing of IPv6 address more robust and require at least two `:`
to make sure there is no confusion with labels.
2023-07-13 09:56:39 +02:00
harveyyue
aa139203aa DBZ-6603 Update property "custom.metric.tags" to connector docs 2023-07-13 09:52:33 +02:00
harveyyue
58d3e150b9 DBZ-6603 Add integration test for custom metric tags 2023-07-13 09:52:33 +02:00
harveyyue
5bc7fd1f7c DBZ-6603 Support for custom tags in the connector metrics 2023-07-13 09:52:33 +02:00
Jiri Pechanec
e52e0f3182 DBZ-6649 Upgrade gRPC to 1.56.1 2023-07-13 09:49:32 +02:00
Jakub Cechacek
d010252258 DBZ-6592 Additional docs fixes from review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-11 16:13:30 +02:00
Jakub Cechacek
052ac544c2 DBZ-6592 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-11 16:13:30 +02:00
jcechace
b87f0ec776 DBZ-6592 Documenting database permissions required by the MongoDB connector 2023-07-11 16:13:30 +02:00
Chris Cranford
79062dc55c DBZ-6626 Upgrade to Quarkus 3.2.0.Final, Apicurio 2.4.3.Final 2023-07-11 12:32:03 +02:00
Martin Medek
50071f2a64
DBZ-6535 Cleanup duplicit jobs from jenkins (#4625)
* DBZ-6535 deleted jobs already migrated to gitlab
* DBZ-6535 removed upstream strimzi prepare job and deleted whole strimzi.kc.build=false option from testsuite, only artifact server option remains
2023-07-11 12:26:31 +02:00
jcechace
5cb579bf12 DBZ-6525 Removing runtime dependency on core for testcontainers module in order to prevent logback.xml downstream conflicts 2023-07-11 12:07:04 +02:00
dependabot[bot]
f2f51554f6 [ci] Bump tj-actions/changed-files from 37.0.5 to 37.1.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.5 to 37.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.5...v37.1.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 11:04:03 +02:00
Fiore Mario Vitale
ebc438c278 DBZ-6632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-07-06 17:04:37 +02:00
mfvitale
8669edb64e DBZ-6632 Improve properties description on JDBC connector documentation 2023-07-06 17:04:37 +02:00
dependabot[bot]
f8065a7f04 [ci] Bump tj-actions/changed-files from 37.0.3 to 37.0.5
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.3 to 37.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.3...v37.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 16:58:05 -04:00
mfvitale
b0b9975782 DBZ-6633 Throw a RetriableException when a SQLRecoverableException occurs during OracleConnection instantiation 2023-07-05 16:50:26 -04:00
mfvitale
7811d86edf DBZ-3925 Add support for FLUSH FIREWALL_RULES for Azure Database for MySQL Single Server instance 2023-07-05 16:34:26 -04:00
Hossein Torabi
78e6baeb31 DBZ-6602: Support record header as primary_key 2023-06-30 13:13:47 -04:00
Chris Cranford
6a41761f85 DBZ-6573 Restore spacing 2023-06-30 09:39:32 +02:00
tjwornjs
2767f469aa DBZ-6573 add max retries config to common config 2023-06-30 09:39:32 +02:00
Ali
282e081faa DBZ-6619 Connector postgres driver v42.5.0 has a vulnerability CVE-2022-41946, Upgrade to driver to v42.6.0
DBZ-6619
Connector postgres driver v42.5.0 has a vulnerability CVE-2022-41946, Upgrade to driver to v42.6.0
2023-06-30 03:13:44 -04:00
harveyyue
e211fe7d06 DBZ-6622 MySQL ALTER USER with RETAIN CURRENT PASSWORD fails with parsing exception 2023-06-30 03:09:49 -04:00
Fiore Mario Vitale
9ba5e078d0 DBZ-6417 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-06-29 16:40:13 +02:00
Fiore Mario Vitale
3d2b8fc5c5 DBZ-6417 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-06-29 16:40:13 +02:00
mfvitale
cf90802504 DBZ-6417 Document how to implement a custom action 2023-06-29 16:40:13 +02:00
mfvitale
a386df3898 DBZ-6613 Support ARRAY keyword in declare statement 2023-06-28 13:48:48 -04:00
jcechace
c620081cd1 DBZ-6182 Simplifying inheritance hierarchy in MongoDB tests 2023-06-28 09:51:51 +02:00
jcechace
d1e77e6165 DBZ-6182 Allowing mongodb connector to run with database restricted privileges 2023-06-28 09:51:51 +02:00
Chris Cranford
0518999152 DBZ-6610 Fix retrying nested ORA-01327 exception 2023-06-28 08:45:33 +02:00
harveyyue
f4c8810107 [docs] Replace the deprecated "database.server.name" to "topic.prefix" 2023-06-28 08:19:31 +02:00