Commit Graph

54 Commits

Author SHA1 Message Date
Wout Scheepers
2ec234d386 DBZ-1031 Support for tables with reserved names 2019-01-24 05:46:49 +01:00
Gunnar Morling
8daac8a4b0 DBZ-966 Adding 'snapshot.delay.ms' option to Oracle and SQL Server connectors 2019-01-24 05:46:49 +01:00
Jiri Pechanec
683fdfda6d DBZ-1007 Log captured but not whitelisted table 2019-01-24 05:46:49 +01:00
Jiri Pechanec
11201d382c DBZ-1003 Initialize database history 2019-01-24 05:46:49 +01:00
Gunnar Morling
944c67b0f2 DBZ-1002 Avoiding NPEs when connector failed to start 2019-01-24 05:46:49 +01:00
Jenkins user
5bced93cd8 [maven-release-plugin] prepare for next development iteration 2019-01-24 05:46:49 +01:00
Jenkins user
b7db816aa0 [maven-release-plugin] prepare release v0.9.0.Beta1 2019-01-24 05:46:49 +01:00
Gunnar Morling
050c192dd7 DBZ-812 Moving test-only methods to TestHelper 2019-01-24 05:46:49 +01:00
Jiri Pechanec
fdeaa1cff8 DBZ-812 Test for changes made before new capture is added 2019-01-24 05:46:49 +01:00
Jiri Pechanec
4973e1bf44 DBZ-812 Start new TX for snapshots 2019-01-24 05:46:49 +01:00
Jiri Pechanec
a47af6c633 DBZ-812 Add missing Javadoc 2019-01-24 05:46:49 +01:00
Jiri Pechanec
a52256aeb9 DBZ-812 Rename var; guard against NULL row LSN 2019-01-24 05:46:49 +01:00
Jiri Pechanec
fe9a61941c Test for change type of column 2019-01-24 05:46:49 +01:00
Jiri Pechanec
a39fe657e9 Support for column rename 2019-01-24 05:46:49 +01:00
Jiri Pechanec
f9e2f3571b Test drop column 2019-01-24 05:46:49 +01:00
Jiri Pechanec
70a93769eb DBZ-812 Changed schema read from the source table; schema evolution works for changes without new records in the batch 2019-01-24 05:46:49 +01:00
Jiri Pechanec
cf74b28ac0 DBZ-812 CDC tables poll interval derived from poll.interval.ms 2019-01-24 05:46:49 +01:00
Jiri Pechanec
8c28f3b859 DBZ-812 Column added during streaming 2019-01-24 05:46:49 +01:00
Jiri Pechanec
a912d43a51 DBZ-812 Table removed during streaming 2019-01-24 05:46:49 +01:00
Jiri Pechanec
61ff10a771 DBZ-812 Table added during streaming 2019-01-24 05:46:49 +01:00
Gunnar Morling
db0d91e86d DBZ-776 Removing redundant method;
Adjusting test for database property pass-through, as the connection isn't established any longer synchronously within start().
2019-01-24 05:46:49 +01:00
Jiri Pechanec
efa0b9c2b6 DBZ-776 Cleanup after review 2019-01-24 05:46:49 +01:00
Jiri Pechanec
6d14945d8a DBZ-776 Support for metrics 2019-01-24 05:46:49 +01:00
Jiri Pechanec
9dd4070fa6 DBZ-953 Expanding tests 2019-01-24 05:46:49 +01:00
Gunnar Morling
cff07e9967 DBZ-953 Adding @ThreadSafe marker 2019-01-24 05:46:49 +01:00
Gunnar Morling
c4700baa58 DBZ-953 Pulling decimal handling mode option up to RelationalDatabaseConnectorConfig 2019-01-24 05:46:49 +01:00
pradeepmvn
6bbead4e1f DBZ-953 Ability to configure "decimal.handling.mode" for SQL Server connector 2019-01-24 05:46:49 +01:00
Gunnar Morling
bb09d2c900 DBZ-964 Supporting pass-through of driver properties for SQL Server 2019-01-24 05:46:49 +01:00
Grzegorz Kołakowski
e6e7691cd6 DBZ-941 Add "snapshot" snapshot locking mode
The entire initial snapshot process is executed in snapshot transaction
isolation level.
2019-01-24 05:46:49 +01:00
Jenkins user
d2804da5ed [maven-release-plugin] prepare for next development iteration 2019-01-24 05:46:49 +01:00
Jenkins user
d0821d372b [maven-release-plugin] prepare release v0.9.0.Alpha2 2019-01-24 05:46:49 +01:00
jchipmunk
e973f93355 DBZ-918 Adding Debezium connector field to source info
This will allow consumers to recognize the Debezium connector used for creating a given message, helping them to adjust their behavior for a variety of connectors.
2019-01-24 05:46:49 +01:00
Jiri Pechanec
565e318f35 DBZ-897 Skip messages redelivered from database after restart 2019-01-24 05:46:49 +01:00
Jiri Pechanec
2f07e45707 DBZ-894 Use only schema and table name for filtering 2019-01-24 05:46:49 +01:00
Jiri Pechanec
5941d6c867 DBZ-873 Use CU9 version for testing 2019-01-24 05:46:49 +01:00
Jenkins user
4eea4dd1de [maven-release-plugin] prepare for next development iteration 2019-01-24 05:46:49 +01:00
Jenkins user
b5dc5a8289 [maven-release-plugin] prepare release v0.9.0.Alpha1 2019-01-24 05:46:49 +01:00
Gunnar Morling
3f877f6cc2 DBZ-40 Minor clarification 2019-01-24 05:46:49 +01:00
Jiri Pechanec
3fb0b0d4d7 DBZ-40 Superfluous whitechars 2019-01-24 05:46:49 +01:00
Jiri Pechanec
4ec4e4a10d DBZ-40 Database history initi is pulled up 2019-01-24 05:46:49 +01:00
Jiri Pechanec
183c180986 DBZ-40 Changes after first review 2019-01-24 05:46:49 +01:00
Gunnar Morling
21b8a69696 DBZ-40 Pinning SQL Server Docker image to 2017-CU8 as "latest" failed to return the current LSNs 2019-01-24 05:46:49 +01:00
Gunnar Morling
edbe8a169f DBZ-40 Misc. typo and formatting fixes 2019-01-24 05:46:49 +01:00
Jiri Pechanec
c7dd0c53dd DBZ-40 Add test for schema-only snapshot 2019-01-24 05:46:49 +01:00
Jiri Pechanec
80855ae2c1 DBZ-40 Processing queries return exactly one result 2019-01-24 05:46:49 +01:00
Jiri Pechanec
26f1e0e046 DBZ-40 Added Javadoc and logging 2019-01-24 05:46:49 +01:00
Jiri Pechanec
c95c64fcc0 DBZ-40 Connector restart test 2019-01-24 05:46:49 +01:00
Jiri Pechanec
fa0d301b8c DBZ-40 Snapshot test 2019-01-24 05:46:49 +01:00
Jiri Pechanec
3491ca488e DBZ-40 Snapshotting and connector restart 2019-01-24 05:46:49 +01:00
Gunnar Morling
36d47faada DBZ-40 Misc. minor fixes 2019-01-24 05:46:49 +01:00