Commit Graph

10810 Commits

Author SHA1 Message Date
Vojtech Juranek
7b2f3c1f9d DBZ-8077 Drop publication only if it exists
To avoid unneeded error in TimescaleDB log.
2024-08-07 10:27:41 +02:00
Vojtech Juranek
a0e138c69b DBZ-8077 Migrate Postgres testsuite to async engine 2024-08-07 10:27:41 +02:00
Roman Kudryashov
431e09f53b DBZ-8103 Apply suggestions from code review 2024-08-07 10:25:16 +02:00
Roman Kudryashov
a2de933a1d DBZ-8103 Fix tests 2024-08-07 10:25:16 +02:00
Roman Kudryashov
851b2c7479 DBZ-8103 Add tests 2024-08-07 10:25:16 +02:00
Roman Kudryashov
8c98c979c7 DBZ-8103 Fix obtaining data when optional header is not present 2024-08-07 10:25:16 +02:00
Roman Kudryashov
7cc70da4b2 DBZ-8103 Add SMT to decode binary content of a logical decoding message 2024-08-07 10:25:16 +02:00
roldanbob
6b4dc064ae DBZ-8081 Conditionalize default value field 2024-08-07 09:30:49 +02:00
roldanbob
24d7f6eae4 DBZ-8117 Correct log file name; add example titles and formatting 2024-08-07 09:28:24 +02:00
roldanbob
4e1b6ac541 DBZ-8124 Adds info about limiting the scope of FLASHBACK/SELECT grants 2024-08-07 09:24:55 +02:00
Jiri Pechanec
c10db16cef DB-8121 Review changes
Co-authored-by: roldanbob <broldan@redhat.com>
2024-08-06 14:20:29 +02:00
Jiri Pechanec
97c0c193cc DBZ-8121 Document pgvector 2024-08-06 14:20:29 +02:00
Jiri Pechanec
7cf7af5765 DBZ-8121 Support for pgvector datatypes 2024-08-06 14:19:34 +02:00
Jiri Pechanec
3e1bb6cbef DBZ-8123 Process compression notification messages 2024-08-06 10:30:34 +02:00
dependabot[bot]
c972cc1b25 [ci] Bump tj-actions/changed-files from 44.5.6 to 44.5.7
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.6 to 44.5.7.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44.5.6...v44.5.7)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 07:10:21 +02:00
roldanbob
6f0d3f318f [docs] Declare attributes outside of community-conditionalized blocks 2024-08-05 14:58:18 +02:00
Chris Cranford
ea908249a1 DBZ-8119 Seed endScn as Scn.NULL 2024-08-05 14:54:54 +02:00
Debezium Builder
9acc2f87c0 [release] Development version for testing module deps 2024-08-02 06:32:48 -04:00
Debezium Builder
17aca64cec [maven-release-plugin] prepare for next development iteration 2024-08-02 06:20:37 -04:00
Debezium Builder
5d54d75362 [maven-release-plugin] prepare release v3.0.0.Alpha2 2024-08-02 06:20:36 -04:00
Debezium Builder
3e0cd74688 [release] Stable 3.0.0.Alpha2 for testing module deps 2024-08-02 06:18:02 -04:00
Jiri Pechanec
ad632c70ef [release] Add MariaDB example into image list 2024-08-02 12:14:20 +02:00
Jiri Pechanec
544f61d574 [release] Remove superfluous slash in URL 2024-08-02 12:14:20 +02:00
Jiri Pechanec
5d80f283d0 [release] Changelog for 3.0.0.Alpha2 2024-08-02 12:14:20 +02:00
Minh Son Nguyen
1fd36033e1 [docs] Update docs for debezium.source.offset.storage 2024-08-02 05:37:14 +02:00
Minh Son Nguyen
be7437ec0a [docs] Fix RocketMqSchemaHistory link 2024-08-02 05:37:14 +02:00
Vojtech Juranek
6718009e05 DBZ-8109 Don't close the connection after loading metadata in TimescaleDb SMT 2024-08-02 05:33:18 +02:00
Vojtech Juranek
e583599d22 DBZ-8100 Wait for streaming instead of starting connector
If we stop the connector short after its start, we need to wait for
streaming phase, i.e. wait for starting all connector tasks.
Waiting for connector start return `true` when connector begins to start
its tasks, but to prevent leaking of the resources, async engine doesn't
allow stopping the connector until all its tasks are started. Therefore
when using async. engine, we have to wait for tasks to be started before
stopping the connector, otherwise exception is thrown.
2024-08-02 05:31:22 +02:00
Jiri Pechanec
0c45719a9d DBZ-8105 Enforce Kafka Connect version of zstd-jni 2024-08-02 05:29:37 +02:00
Jiri Pechanec
bf497adf7f DBZ-8105 Make JDBC connector compatible with both Connect 3.7 and 3.8 2024-08-02 05:29:37 +02:00
Jiri Pechanec
772cc7e280 DBZ-8105 Use new sink API to access original record 2024-08-02 05:29:37 +02:00
Jiri Pechanec
edf14f113a DBZ-8105 Use config property definitions 2024-08-02 05:29:37 +02:00
Jiri Pechanec
7471b1c27b DBZ-8105 Upgrade Kafka to 3.8.0 2024-08-02 05:29:37 +02:00
Jeremy Ford
86582a3802 DBZ-8054 Workaround bug with ISPN and toList() collection 2024-08-01 09:47:36 -04:00
Chris Cranford
28ca70c396 DBZ-8054 Rework key sort to fix Infinispan test failures 2024-07-31 12:21:22 -04:00
Jeremy Ford
41a817828d DBZ-8054 Formatting 2024-07-31 12:21:22 -04:00
Jeremy Ford
76aa135c0c DBZ-8054 Reorder methods for easier comparison. Marked methods where impls are different from original. 2024-07-31 12:21:22 -04:00
Chris Cranford
c056d7657e DBZ-8054 Fix test failures 2024-07-31 12:21:22 -04:00
Jeremy Ford
bebf53a143 DBZ-8054 Fix oldest transaction comparison logic 2024-07-31 12:21:22 -04:00
Jeremy Ford
1315842f1f DBZ-8054 Refactor removeEventWithRowId to reduce scans of events 2024-07-31 12:21:22 -04:00
Jeremy Ford
1be6121416 DBZ-8054 Change MemoryLogMinerEventProcessor to extend AbstractTransactionCachingLogMinerEventProcessor 2024-07-31 12:21:22 -04:00
Jeremy Ford
ff828a340e DBZ-8054
Refactor caching into common base class
Provide new LogMinerCache interface for swapping out alternative caches
2024-07-31 12:21:22 -04:00
Vojtech Juranek
fb94614419 DBZ-8106 Close transfomations upon embedded engine stop 2024-07-31 11:19:07 +02:00
Vojtech Juranek
63377d9d6a DBZ-8106 Stop header converter after stopping connector and its tasks 2024-07-31 11:19:07 +02:00
Vojtech Juranek
fcf2cf1752 [docs] Fix rabbitmq config link 2024-07-31 10:53:16 +02:00
Chris Cranford
ef080e42d8
DBZ-8008 Merge branch 'jdbc-merge' into main 2024-07-30 11:05:51 -04:00
Chris Cranford
1602123908
DBZ-8008 Update build to include jdbc sink 2024-07-30 09:02:30 -04:00
Chris Cranford
b58401dcf3 DBZ-8104 Fix converters documentation examples 2024-07-30 08:01:48 -04:00
Chris Cranford
45e28dd169 DBZ-8055 Consolidate code & fix case where start equals end 2024-07-30 12:54:42 +02:00
Chris Cranford
8df2677289 DBZ-8055 Cap LogMiner range to min open redo thread last scn 2024-07-30 12:54:42 +02:00