Commit Graph

9942 Commits

Author SHA1 Message Date
mfvitale
717888f6f6 DBZ-7765 Use different query for validating log position for SQLServer 2024-04-11 07:35:49 +02:00
Chris Cranford
8d096e965f DBZ-7761 Add orai18n.jar to improve Oracle NLS character set support 2024-04-11 06:48:12 +02:00
roldanbob
797f531a79 DBZ-6116 Rewrite to comply with style guidelines 2024-04-11 06:45:00 +02:00
Chris Cranford
5fa00a4eeb [ci] Use github.ref_name on pushes for sibling checkouts 2024-04-10 14:07:22 +02:00
Selman Genç
90485dd42d DBZ 7740 Fixed NOAUTH authentication required error while initializing Redis connection 2024-04-09 13:57:44 +02:00
Jiri Novotny
a6f617647a DBZ-7747 Add parallel maven build to testsuite pod 2024-04-09 08:43:09 +02:00
Vojtech Juranek
3a6f1ead03 DBZ-7633 Rename module to microbenchmark engine 2024-04-08 19:27:50 +02:00
Vojtech Juranek
daa0acbd2d DBZ-7633 Run tests with varying number of threads and prossing order 2024-04-08 19:27:50 +02:00
Vojtech Juranek
bb9bef915b DBZ-7633 Add Postgres end-to-end JMH test for Debezium engine
Example output on my localhost:

    Benchmark                                          (eventCount)  Mode  Cnt   Score   Error  Units
    PostgresEndToEndPerf.processRecordsAsyncEngine             1000    ss        0.750           s/op
    PostgresEndToEndPerf.processRecordsAsyncEngine            10000    ss        1.000           s/op
    PostgresEndToEndPerf.processRecordsAsyncEngine           100000    ss        2.248           s/op
    PostgresEndToEndPerf.processRecordsAsyncEngine          1000000    ss       14.941           s/op
    PostgresEndToEndPerf.processRecordsEmbeddedEngine          1000    ss        0.799           s/op
    PostgresEndToEndPerf.processRecordsEmbeddedEngine         10000    ss        0.981           s/op
    PostgresEndToEndPerf.processRecordsEmbeddedEngine        100000    ss        2.636           s/op
    PostgresEndToEndPerf.processRecordsEmbeddedEngine       1000000    ss       19.919           s/op
2024-04-08 19:27:50 +02:00
Vojtech Juranek
750aa24c0a DBZ-7633 Create module for Debezium engine JMH benchmarks 2024-04-08 19:27:50 +02:00
Roman Kudryashov
50c9f042a3 DBZ-7755 Refactor exporting to CloudEvents: remove RecordParser 2024-04-08 13:22:31 +02:00
mfvitale
ffbde888bc DBZ-7732 Support multiple connector testing on Debezium Server 2024-04-08 12:46:53 +02:00
mfvitale
ae7628a732 DBZ-7732 Add ConnectorSpecific annotation to manage multiple SPI connector specific implementation 2024-04-08 12:46:53 +02:00
Chris Cranford
4ca0e7ffb9 DBZ-7753 Oracle converter for RAW to STRING conversion 2024-04-08 12:35:30 +02:00
rajdangwal
3a8421ba4a DBZ-7750: Set default for max.iteration.transactions to 500 2024-04-08 10:32:12 +02:00
Lourens Naude
a00a165bce DBZ-7757 Bump the MySQL binlog client version to 0.29.1 (fixes a bug when deserializing a large gtid transaction's length) 2024-04-07 13:42:26 -04:00
roldanbob
66c1705c79 DBZ-7754 Removes database.names entry from connector yaml example 2024-04-05 15:25:07 -04:00
Jakub Cechacek
1bf9e802f1 DBZ-7744 RS name is not required when cluster type is not REPLICA_SET instead of when cluster type is SHARDED in order to accomodate LOAD_BALANCED clusters 2024-04-05 09:40:35 -04:00
Ondrej Babec
ff7bcd87bc DBZ-7746 Allign Unwrap tests to respect AT LEAST ONCE delivery 2024-04-05 14:50:32 +02:00
Jiri Novotny
dd2472ce15 DBZ-7748 Exclude logger from connect-api 2024-04-05 11:59:32 +02:00
mfvitale
ec3c68b0d8 DBZ-7717 Move LogPositionValidator outside JdbcConnection 2024-04-05 11:57:43 +02:00
Chris Cranford
c8bc496d63 DBZ-7741 Avoid write-behind cache clear error 2024-04-05 10:49:52 +02:00
mfvitale
1190389edc DBZ-7718 Support table name escaping in BlockingSnapshotIT 2024-04-04 14:58:24 +02:00
mfvitale
ba2f893168 DBZ-7718 Support table name escaping in data collection to be snapshotted 2024-04-04 14:58:24 +02:00
mfvitale
5ce6fc8196 DBZ-7729 Fix shouldNotStreamWhenUsingSnapshotModeInitialOnly test assertion due to log message change 2024-04-04 14:52:45 +02:00
Vojtěch Juránek
936bc33b46 DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
a63d084f3b DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
f028db8a29 DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
b281b3bede DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtěch Juránek
8a5dd40e9c DBZ-7632 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-04-04 13:25:29 +02:00
Vojtech Juranek
44fb5d2788 DBZ-7632 Link embedded engine documentation in readme
Use the link to the documentation instead of duplicating the
documentation here, which is also obsolete. Keep the documentation
on a single place and up-to-date.
2024-04-04 13:25:29 +02:00
Vojtech Juranek
9a630b3611 DBZ-7632 Add documentation for AsyncEmbeddedEngine 2024-04-04 13:25:29 +02:00
Vojtech Juranek
55617368b2 DBZ-7632 Improve existing embedded engine documentation 2024-04-04 13:25:29 +02:00
Martin Medek
d50b0aea62 DBZ-7739 system test - changed default mongodb image to version 2.6 2024-04-04 10:18:09 +02:00
jchipmunk
499a1f61b8 DBZ-7737 Column CON_ID is missing in view V$THREAD in Oracle 11 2024-04-03 23:23:46 -04:00
roldanbob
87bd64db94 [docs] Update downstream annotations to remove suggestion of support for DP feature
Update the downstream title annotation and add a new ModuleID annotation comment to remove use of the term `support` from the title and ID of the topic about using the connector with Oracle standby databases

(cherry picked from commit a92bca5004798e5939da4e90e9a45ca3177fd934)
2024-04-03 17:29:26 -04:00
Ondrej Babec
ac3e89b36c DBZ-7731 Fix mongoDB extract SMT systemtest 2024-04-03 09:25:13 +02:00
Jiri Novotny
b5584ca703 DBZ-7726 Add poll intervals to awaits 2024-04-03 09:15:14 +02:00
Jiri Novotny
80fa31bfdf DBZ-7726 Change SQLExceptions to AssertErrors 2024-04-03 09:15:14 +02:00
Debezium Builder
773ad17ae6 [release] Development version for testing module deps 2024-04-02 07:53:52 +00:00
Debezium Builder
ea182d83f3 [maven-release-plugin] prepare for next development iteration 2024-04-02 07:38:53 +00:00
Debezium Builder
7dcd94d19e [maven-release-plugin] prepare release v2.6.0.Final 2024-04-02 07:38:53 +00:00
Debezium Builder
8272925324 [release] Stable 2.6.0.Final for testing module deps 2024-04-02 07:36:29 +00:00
Jiri Pechanec
b1ba79d8c6 [release] Changelog for 2.6.0.Final 2024-04-02 09:33:34 +02:00
Ondrej Babec
e8e86a9e63 DBZ-7715 Ajdust the topic names for unwrap SMT 2024-04-02 08:26:55 +02:00
roldanbob
d4dd236e02 [docs] Remove duplicate downstream message about use of connector with MariaDBwnstream TP
DBZ-7653 added duplicate notes to inform downstream users that use of the MySQL connector with MariaDB is a Tech Preview feature. 
This change removes the first instance of the note.
Backport to 2.5.
2024-04-01 13:57:16 -04:00
Amirmohammad Sadat Shokouhi
e947404670 DBZ-7720 Add documentation for Cassandra conncetor event.order.guarantee.mode property. 2024-03-30 18:05:35 -04:00
mfvitale
9cdaa38453 DBZ-7699 Document new snapshot modes for Informix connector 2024-03-28 09:35:26 +01:00
Jiri Novotny
0ff787ffd6 DBZ-7714 Fix Pesistent volume claim reusage between Mysql deployments 2024-03-28 09:25:32 +01:00
Jiri Novotny
3771cefead DBZ-7713 Fix asserts in Postgresql ocp tests 2024-03-28 09:21:47 +01:00