Commit Graph

2479 Commits

Author SHA1 Message Date
pan3793
89fde5ce06 DBZ-1622 Fix VariableLatch.create parameter initialValue is not take effect 2019-11-19 07:33:52 +01:00
Debezium Builder
38279cc2dd [maven-release-plugin] prepare for next development iteration 2019-11-14 02:56:07 -05:00
Debezium Builder
868faf4412 [maven-release-plugin] prepare release v1.0.0.Beta3 2019-11-14 02:56:07 -05:00
Jiri Pechanec
c729b151d4 [release] Changelog for 1.0.0.Beta3 2019-11-14 08:53:05 +01:00
David Feinblum
2b9fbcd5f6 DBZ-1519 Avoid erroneously logging there are no monitored tables 2019-11-14 05:44:37 +01:00
Jiri Pechanec
eb27cc5c54 DBZ-1613 Fix schema snapshotting of unlocked tables 2019-11-13 09:18:10 -05:00
Chris Cranford
f7de97b6d7 DBZ-1603 Added importing the eclipse formatter file in CONTRIBUTE.md 2019-11-13 10:27:35 +01:00
Chris Cranford
39226d1865 DBZ-1603 Only run format validation on Travis CI and not auto-format. 2019-11-13 10:27:35 +01:00
Jiri Pechanec
bb052c0c4b DBZ-1610 Document renamed ts_usec to ts_ms 2019-11-12 16:38:54 -05:00
Jiri Pechanec
fc4841b195 Upgrade to Kafka 2.3.1 2019-11-12 16:38:11 -05:00
Jiri Pechanec
2b9536f24d DBZ-1607 use Instant for envelope timestamps 2019-11-12 16:36:11 -05:00
Jiri Pechanec
fd62e7d3ef DBZ-1588 Fresh timestamp for each snapshot event 2019-11-12 16:36:11 -05:00
Jiri Pechanec
73e1b8f5d8 DBZ-1518 Clarify default replica identity event content 2019-11-12 16:34:02 -05:00
jcechace
cd70fa2617 DBZ-1543 fixed upstream release reference in AMQ docs 2019-11-11 09:39:35 -05:00
rkerner
53a0aa023f minor MySQL connector docs fix (switched step 1 <--> step 2) 2019-11-09 11:12:35 +01:00
Gunnar Morling
504c367115
Update postgresql.adoc 2019-11-09 08:52:59 +01:00
Gunnar Morling
da2b6c2c78 DBZ-1555 JavaDoc fix; formatting 2019-11-08 15:09:46 +01:00
Luis Garcés-Erice
0198bceffa DBZ-1555 Enabling configuration of table parse mode to support DB2 2019-11-08 15:07:25 +01:00
Jiri Pechanec
27cc338f16 DBZ-1605 Add formatter rules to Maven module 2019-11-08 14:21:06 +01:00
Chris Cranford
95927de405 DBZ-1596 Fix open resources while initializing publication 2019-11-08 12:55:24 +01:00
Gunnar Morling
9e3cde6022 Updating Strimzi version 2019-11-08 11:28:09 +01:00
Jiri Pechanec
d693609779 DBZ-1570 handle null toasted values for wal2json 2019-11-08 10:52:57 +01:00
Gunnar Morling
2c86b1c84f DBZ-1604 Documentation update 2019-11-08 10:23:23 +01:00
Yang Yang
884def88d7 DBZ-1604 Added a new converter to enable byte[] payload 2019-11-08 10:19:21 +01:00
Jiri Pechanec
4084e39256 DBZ-1595 New parameter takes precedence over old 2019-11-08 07:57:06 +01:00
Jiri Pechanec
54cb9e8326 DBZ-1595 Use dots as separator in param name 2019-11-08 07:57:06 +01:00
Chris Cranford
1fd2d903ed DBZ-1597 Upgrade MongoDB driver to 3.11.1 2019-11-06 13:32:37 -05:00
Chris Cranford
7d62ee05a0 Update documentation version attributes [ci skip] 2019-11-06 13:13:32 -05:00
Jiri Pechanec
d1ee65d1b2 DBZ-1569 Don't compute index statistics 2019-11-06 15:43:21 +01:00
Jiri Pechanec
27eee9d5ff DBZ-1593 Add tombstones.on.delete to options list 2019-11-06 15:27:36 +01:00
Jiri Pechanec
c179076710 DBZ-1592 Generate heartbeats for filtred events 2019-11-05 14:54:56 -05:00
Jiri Pechanec
1d0f522aa4 [CI] Order builds by build time 2019-11-05 16:48:15 +02:00
jcechace
1121c8b83e DBZ-1543 updated links and removed jdbc driver part from amq docs 2019-11-05 16:07:47 +02:00
Jeremy Finzel
c2f27cdb23 DBZ-1559 Change snapshot lock level to ACCESS SHARE
This is the correct mode that only prevents concurrent schema changes, while not requiring debezium user to also have UPDATE access to tables as does SHARE UPDATE EXCLUSIVE mode
2019-11-05 11:54:52 +02:00
Chris Cranford
244ee9dc5c DBZ-1576 Gracefully skip TRUNCATE messages with pgoutput decoder on PG11+ 2019-11-05 09:24:08 +02:00
Chris Cranford
f97be3272c DBZ-1590 Fix LogInterceptor to be thread-safe 2019-11-04 16:23:43 -05:00
Gunnar Morling
ef0d018c79 DBZ-1392 Applying formatter by default;
It can be skipped via -Dformatter.java.skip=true
2019-11-01 13:20:43 +02:00
Gunnar Morling
2c569977d7 DBZ-1392 Applying formatter;
* Keeping indentation formatting for JSON


Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
Co-authored-by: Chris Cranford <chris@hibernate.org>
2019-11-01 13:20:43 +02:00
Chris Cranford
ff3cd321cf DBZ-1543 Update documentation based on Technology Preview 2019-10-31 18:30:01 +01:00
jcechace
f472dd2ac6 DBZ-1578 Allow tags to be passed to CI jobs 2019-10-31 07:49:18 +01:00
Addison Higham
b1b657b8bd [DBZ-1579] Fix regression of large refreshes causing connection timeout
In DBZ-1214, an issue was fixed where during the initial schema refresh,
the replication stream connection would timeout. This occurred in cases
of many schemas that need to be refreshed.

This was fixed by adding a keep alive thread that ensure that we
periodically send an empty update to the DB.

It appears that in the refactor to move the new shared interface, the
call to this keep alive thread was removed, but the remaining keep alive
interface still exists

This simply wires the keep alive thread back up
2019-10-29 18:27:55 +01:00
Chris Cranford
c25bb23a04 DBZ-1583 Propagate Replicator exception to Kafka Connect 2019-10-29 16:17:27 +01:00
Mike Graham
13c6c67a1d fix spelling error in exception message 2019-10-24 22:00:16 +02:00
Debezium Builder
b08f523ed7 [maven-release-plugin] prepare for next development iteration 2019-10-24 07:42:49 -04:00
Debezium Builder
8ecd9e28cf [maven-release-plugin] prepare release v1.0.0.Beta2 2019-10-24 07:42:49 -04:00
Jiri Pechanec
e629053c8f [release] Changelog for 1.0.0.Beta2 2019-10-24 14:32:35 +03:00
Jiri Pechanec
526dfb9a4f DBZ-1554 Add connection parameters into params list 2019-10-23 14:48:17 -04:00
Jiri Pechanec
b2a70889f5 DBZ-1563 Collection names can contain dots 2019-10-23 14:40:15 -04:00
Jiri Pechanec
6b2110e571 DBZ-1534 DBZ-1535 Simplify grammar 2019-10-23 14:35:40 -04:00
Jiri Pechanec
097025bed9 DBZ-1336 Fix imports of Ltree 2019-10-22 08:07:54 +03:00