Commit Graph

7815 Commits

Author SHA1 Message Date
Egyed Tamas
ef6f1caa50 DBZ-5854 Bump Infinispan dependencies' versions. 2022-11-29 16:12:53 -05:00
Erdinç Taşkın
681f2a7c43 [optimization] Simplify binlog validation conditions 2022-11-29 14:17:49 +01:00
Erdinç Taşkın
9f0224526a Remove nested if check
Simplify to flow. 
- Remove nested if check
- Postpone possible unused stamement which is connection.isBinlogRowImageFull()
2022-11-29 14:17:49 +01:00
Erdinç Taşkın
77e1cfc9a8 [optimization] Remove unnecessary null check
Remove Unnecessary null checks
2022-11-29 14:09:50 +01:00
Erdinç Taşkın
97548591d6 [optimization] Prevent unnecessary list creation
Prevent unnecessary list creation
2022-11-29 14:08:27 +01:00
Anisha Mohanty
68412ce15f DBZ-5876 ATTRIBUTE token for CREATE_USER and ALTER_USER clause 2022-11-29 13:21:26 +01:00
Vojtech Juranek
a4fed8d8f5 DBZ-5877 Fix typo in Oracle documentation 2022-11-29 05:52:32 +01:00
jcechace
6d9f6abec4 DBZ-4303 Replace md5 sum of connect extension in Dockerfile during release 2022-11-25 13:47:19 +01:00
Jiri Pechanec
5eb147129d DBZ-5874 Fix syntax errors 2022-11-25 11:43:49 +01:00
Gunnar Morling
e7aba47a24 DBZ-5874 Making sure trace message gets logged 2022-11-25 11:43:49 +01:00
Mark Lambert
d42b5480a3 DBZ-5870 Upgrade all usages of actions/checkout to v3 2022-11-24 10:33:52 +01:00
Erdinç Taşkın
07d93497fe [optimization] Remove Unreachable if statement
if statement never will be true
2022-11-23 12:35:45 +01:00
poonam-meghnani
a8f149237b DBZ-5661 Disabling retries and stop connector if failed with Retriable errors, when errors.max.retires is less than -1 2022-11-23 12:29:51 +01:00
Jiri Pechanec
b6ad848aec DBZ-5772 Add contributor 2022-11-23 09:07:23 +01:00
Skezzowski
7a3b669eec DBZ-5772 Fix checkstyle
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
1734b03b1c DBZ-5772 Add docs for custom JetStream injection point
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
f8fac41273 DBZ-5772 Add custom injection point to Jetstream connector, fix test
Signed-off-by: Skezzowski <sipblai@gmail.com>
2022-11-23 09:07:23 +01:00
Skezzowski
852a2fe4b4 DBZ-5772 Add Documentation 2022-11-23 09:07:23 +01:00
Skezzowski
717bc83c39 DBZ-5772 Add JetStream sink connector 2022-11-23 09:07:23 +01:00
Anisha Mohanty
5c2c0f54be DBZ-5836 COMMENT string for CREATE_USER & ALTER_USER clause 2022-11-23 08:46:12 +01:00
Praveen Burgu
2b73ad6216 DBZ-5739 Seek to LSN based on lastCommitStoredLsn 2022-11-22 14:50:11 +01:00
Praveen Burgu
00321ccb4d DBZ-5739 Fix remaining failing tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
cb535d2ce6 DBZ-5739 Fix another test with expected error message 2022-11-22 14:50:11 +01:00
Praveen Burgu
8e3867f23f DBZ-5739 Fix other failing tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
1a0576e340 DBZ-5739 auto close statement 2022-11-22 14:50:11 +01:00
Praveen Burgu
2aed6b55ba DBZ-5739 Fix test PostgresConnectorIT#shouldRegularlyFlushLsnWithTxMonitoring by not dropping the slot 2022-11-22 14:50:11 +01:00
Praveen Burgu
895d651841 DBZ-5739 Fix test DebeziumEngineIT.testOffsetsCommitAfterStop() by not dropping the slot 2022-11-22 14:50:11 +01:00
Jiri Pechanec
b4c076a27c DBZ-5739 Make validation mandatory; more robust tests 2022-11-22 14:50:11 +01:00
Praveen Burgu
822f87147c DBZ-5739 Postgres connector results in silent data loss if replication slot is recreated
Detect replication slot recreation and fail the connector
2022-11-22 14:50:11 +01:00
ggaborg
a2551b1223 DBZ-4720 sqlserver tests 2022-11-22 14:46:55 +01:00
ggaborg
1aca4f5781 DBZ-4720 wait for kafka consumer 2022-11-22 14:46:55 +01:00
ggaborg
edca139355 DBZ-4720 wait for pulsarClient 2022-11-22 14:46:55 +01:00
ggaborg
73691db6b1 DBZ-4720 fix mysql tls test 2022-11-22 14:46:55 +01:00
ggaborg
83a2ab5cbd DBZ-4720 Deduplicate call of config.validateAndRecord() 2022-11-22 14:46:55 +01:00
ggaborg
4a70dccd7d DBZ-4720 Unification and validation for Redis sink, offset storage and schema history configuration 2022-11-22 14:46:55 +01:00
ggaborg
a6b2f0db3c DBZ-4720 Validate Debezium Server configuration properties 2022-11-22 14:46:55 +01:00
jcechace
d7afcd4fba DBZ-4303 Removing unnecessary dependency on debezium-core from rest-extension module 2022-11-22 11:10:25 +01:00
jcechace
7a11cf20f6 DBZ-4303 Adding slf4j as provided dependency 2022-11-22 11:10:25 +01:00
jcechace
f819daf065 DBZ-4303 Added assembly profile to debezium-connect-rest-extension 2022-11-22 11:10:25 +01:00
Chris Cranford
06610a2bf0 DBZ-5850 Fix test OracleConnectorIT shouldIgnoreAllTablesInExcludedSchemas 2022-11-22 11:05:40 +01:00
Jiri Novotny
5eba62136f DBZ-5742 Add ARO provision and teardown jobs 2022-11-22 08:57:48 +01:00
harveyyue
21fddc8515 DBZ-5843 Invalid Java object for schema with type FLOAT64: class java.lang.Float 2022-11-21 11:21:49 -05:00
Keri Harris
5a41d96943 DBZ-5807 update documentation to reflect Cassandra decimal.handling.mode configuration property 2022-11-18 08:45:14 +01:00
Keri Harris
3c159ffab8 DBZ-5808 update documentation to reflect Cassandra varint.handling.mode configuration property 2022-11-16 14:56:12 +01:00
Jiri Pechanec
f50ed10377 DBZ-5796 Fix typo in test description 2022-11-16 14:55:01 +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
jcechace
5ebf22d0c1 DBZ-5817 removing mongodb.name references from docs 2022-11-16 14:34:41 +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
Vojtech Juranek
79c47334c2 DBZ-5834 Allow to add updateDescription fields
Allow to add `updateDescription` fields as additional fields/headers
during `ExtractNewDocumentState` transformation.
2022-11-16 14:26:51 +01:00