Commit Graph

5385 Commits

Author SHA1 Message Date
Jiri Pechanec
11e3ef4325 DBZ-3857 Exclude database name in snapshot tables filtering 2021-08-16 14:12:53 +02:00
Jiri Pechanec
934c078e30 DBZ-3833 Misc. clean-up 2021-08-16 13:43:51 +02:00
Jiri Pechanec
ad1fb98fe7 DBZ-3833 Skip legacy test failures 2021-08-16 13:43:51 +02:00
Jiri Pechanec
f173def3b2 DBZ-3833 Receive timezoned data in server timezone 2021-08-16 13:43:51 +02:00
Erik Malm
f53ab40ddb DBZ-3833 Updated mysql-connector-java dependency to 8.0.26
Updated charset extraction method to use new static accessor methods, rather than direct field access.

MySqlValueConverters.java: Added wrapper class to access Java charset mappings in mysql-connector-java class.
2021-08-16 13:43:51 +02:00
Naveen Kumar KR
9527843974 DBZ-3870 Performance Improvements in PostgresChangeRecordEmitter
1) Reuse parsed TableId to avoid expensive PostgresSchema.parse() call
2) Immediate conditional return in synchronizeTableSchema() call
2021-08-13 22:11:48 +02:00
Jiri Pechanec
99d5748584 DBZ-3869 Stop connector only after error was recorded 2021-08-13 21:26:07 +02:00
jcechace
0edfcd90eb DBZ-3824 Updated junit5 version and dependencies for system test-suite 2021-08-13 21:23:29 +02:00
jcechace
237965841a DBZ-3824 Updated surefire version to prevent NoClassDefFoundError for junit platform 2021-08-13 21:23:29 +02:00
Chris Cranford
7b2cdf9235 DBZ-3773 Add logging about each column value 2021-08-13 06:08:15 +02:00
Chris Cranford
3182af55da DBZ-3773 Treat empty TIME blob value as null 2021-08-13 06:08:15 +02:00
Chris Cranford
ee04d7f918 DBZ-3836 Specify oplog cursor to never time out 2021-08-13 05:58:19 +02:00
Chris Cranford
2d066513dd DBZ-3836 Allow configurable execution timeout 2021-08-13 05:58:19 +02:00
Zoran Regvart
22d00575c8 DBZ-3867 Signaling table id column too small in example
The `id` column holds UUID in string form (36 characters) and can be appended with suffix `-open` or `-close` (a maximum of 6 characters); so 42 characters would be the minimal length of the `id` column.
2021-08-13 05:54:57 +02:00
Gunnar Morling
c2b13037fb DBZ-3444 Upgrading to Apache Kafka 2.8 2021-08-12 11:57:57 +02:00
Gunnar Morling
c980e519a3 DBZ-3444 Removing superfluous dependencies from API 2021-08-12 11:57:57 +02:00
Gunnar Morling
9b0f784fcd DBZ-3444 Removing unused dependency to Apache Curator 2021-08-12 11:57:57 +02:00
Mark Drilling
814bf7bae9
DBZ-3169 Add docs for Debezium UI
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2021-08-12 11:53:17 +02:00
roldanbob
3e618023e1
[docs] Clean up issues detected in downstream build 2021-08-11 19:22:36 -04:00
Jiri Pechanec
a75d0ce4bf DBZ-3792 Config property without default using API 2021-08-11 23:58:52 +02:00
Chris Cranford
e74b1c4999 DBZ-3838 Suggested changes 2021-08-11 23:57:09 +02:00
Chris Cranford
060420b0bc DBZ-3838 Do not reset trx isolation when using minimal_percona 2021-08-11 23:57:09 +02:00
Zoran Regvart
c0fb820d97 DBZ-3856 Typo with prodname asciidoc attribute usage 2021-08-11 23:53:18 +02:00
Jiri Pechanec
60900290f1 DBZ-3228 Make sure to change db in streaming 2021-08-11 17:09:22 +02:00
Jiri Pechanec
cb2ae990cf DBZ-3688 Document incremental snapshot metrics 2021-08-11 14:40:15 +02:00
Jiri Pechanec
a4fba49184 DBZ-3688 Expose min/max key for incrementally snapshotted table 2021-08-11 14:40:15 +02:00
jcechace
68d6db0efe DBZ-3852 System test CI job now takes RHEL based KC image as parameter 2021-08-11 12:24:09 +02:00
jcechace
8a09e06b65 DBZ-3851 Fixed test tags for OcpAvroDB2ConnectorIT 2021-08-11 10:46:31 +02:00
Chris Cranford
46590a3bc6 DBZ-3839 Simplify version checks 2021-08-11 07:35:57 +02:00
Chris Cranford
c15cf81e18 DBZ-3839 Correctly skip tests with minor/patch not specified 2021-08-11 07:35:57 +02:00
Sergei Morozov
a40ad7132d DBZ-2975: Remove partition from offset context 2021-08-11 07:34:37 +02:00
Sergei Morozov
3682ae9197 DBZ-2975: Introduce replica set partition for MongoDB 2021-08-11 07:34:37 +02:00
Sergei Morozov
77e2ac8a12 DBZ-2975: Introduce io.debezium.pipeline.spi.Offsets 2021-08-11 07:34:37 +02:00
Sergei Morozov
c7ac5fca52 DBZ-2975: Move Partition to io.debezium.pipeline.spi 2021-08-11 07:34:37 +02:00
roldanbob
a6b327d7e9
[docs] Fix typo in downstream metadata
Wrong case in ModuleID declaration
2021-08-10 21:39:02 -04:00
Chris Cranford
c594962d4a DBZ-3765 Restore documentation change after doc updates 2021-08-10 15:17:34 -04:00
Jiri Pechanec
b0e0052a9c DBZ-3828 Update event LSN for commits 2021-08-10 20:41:37 +02:00
Chris Cranford
92b413e9b2 DBZ-3407 Fix typo 2021-08-10 13:24:58 -04:00
Bob Roldan
7b6c864fec DBZ-3407 FQ column name must refer to pdbName.schemaName vs databaseName 2021-08-10 11:19:36 -04:00
Bob Roldan
6c53e7d176 DBZ-3407 Commit revised description of column.mask.hash.with.salt 2021-08-10 11:19:36 -04:00
Bob Roldan
f3a22326d4 DBZ-3407 Add metadata, style/usage edits to support doc productization
Apply suggestions from code review
2021-08-10 11:19:36 -04:00
Jakub Cechacek
a35b120ccf
Merge pull request #2591 from jcechace/DBZ-3846
DBZ-3846 Removing existng CRDs prior to creation and added missing ta…
2021-08-10 14:53:10 +02:00
jcechace
d9561548db DBZ-3846 Removing existng CRDs prior to creation and added missing tag exclusion parameter to system test CI job 2021-08-10 14:27:53 +02:00
Chris Cranford
85a732d7dc DBZ-3842 Validate keySchema is null and not valueSchema 2021-08-10 11:15:55 +02:00
Derek Moore
bde1fbbf92 DBZ-3841 upgrade Pravega to 0.9.1
Signed-off-by: Derek Moore <derek.moore@dell.com>
2021-08-09 20:48:24 +02:00
Derek Moore
be47f273ea DBZ-3840 allow run.sh to work on Cygwin, MinGW & MSYS2
Signed-off-by: Derek Moore <derek.moore@dell.com>
2021-08-09 20:46:12 +02:00
jcechace
8b9a1f34b5 DBZ-3812 Apicurio profile activation by property fix 2021-08-09 11:40:16 +02:00
jcechace
d9fcd44d2c DBZ-3812 Apicurio model dependency version based on tested CRD 2021-08-09 11:40:16 +02:00
jcechace
06cecc7173 DBZ-3812 Adding CRD version properties to pom.xml 2021-08-09 11:40:16 +02:00
jcechace
0e330b085d DBZ-3812 Scalable timeout for KC pod rediness 2021-08-09 11:40:16 +02:00