Commit Graph

424 Commits

Author SHA1 Message Date
Piotr Piastucki
06f319d221 DBZ-7951 Call commit after running DDL statements
PostgreSQL does not auto-commit DDL statements so, currently, other clients trying to execute DDL statements might get stuck until commit is invoked in storeRecord for instance.
2024-06-14 10:27:46 +02:00
Tomasz Gawęda
2c01ca0cab [docs] Remove no longer valid note
DBZ-7260 Removed multi-task capability, so I'm removing notice about this function from docs.
2024-06-13 07:01:10 +02:00
Fiore Mario Vitale
40230fbd58
Update COPYRIGHT.txt 2024-06-11 15:37:23 +02:00
Jiri Pechanec
66c2425f36 [release] Changelog for 2.7.0.Beta1 2024-06-06 07:19:54 +02:00
Chungeun Choi
74b822057a DBZ-7912: Add content to the docs - 'Metrics'
For the following metrics, add additional explanations about which factors calculate the corresponding values.
'TotalNumberOfEventsSeen','TotalNumberOfCreateEventsSeen',
'TotalNumberOfUpdateEventsSeen', 'TotalNumberOfDeleteEventsSeen'
2024-06-04 06:33:02 +02:00
Ankur Gupta
1cf3b72f1b DBZ-7906 Enhancing the threads utility class for broader use 2024-05-31 08:26:15 +02:00
Jiri Pechanec
336887005e [release] Add contributors 2024-05-30 10:44:31 +02:00
Jiri Pechanec
ccdad6819f DBZ-7887 Add contributor 2024-05-29 09:08:08 +02:00
Chris Cranford
c799aceb34 DBZ-7874 Add contributor 2024-05-25 02:00:44 -04:00
Chris Cranford
083fbcf163 DBZ-7881 Update COPYRIGHT.txt and Aliases.txt 2024-05-18 17:17:14 -04:00
sullis
369d95aa0c DBZ-7859: reduce enum array allocation 2024-05-14 13:33:17 +02:00
gaurav7261
f256e2f950 DBZ-7845 Update COPYRIGHT.txt 2024-05-14 13:30:18 +02:00
Michal Augustýn
5b14097a94 DBZ-7870 default value of -1 for connection error retries interpreted as no limit 2024-05-14 11:43:16 +02:00
Jiri Pechanec
4809c5b9e5 [release] Changelog for 2.7.0.Alpha2 2024-05-13 08:35:33 +02:00
PradeepNain
7de70b2d2d DBZ-7851 Update COPYRIGHT.txt 2024-05-06 12:50:28 +02:00
Jiri Pechanec
47b02585fd DBZ-7570 Conditionalize the link to upstream repo 2024-04-30 09:21:43 +02:00
Kevin Rothenberger
2070937135 DBZ-7820 Updating contributors files 2024-04-29 11:22:36 +02:00
Jiri Pechanec
2e5bf6f277 [release] Changelog for 2.7.0.Alpha1 2024-04-25 11:14:16 +02:00
Selman Genç
90485dd42d DBZ 7740 Fixed NOAUTH authentication required error while initializing Redis connection 2024-04-09 13:57:44 +02:00
Jiri Pechanec
93458ccaf8 DBZ-7359 Move documentation to connector specific page 2024-03-26 11:10:53 +01:00
Vaibhav Kushwaha
a4190be7b4 DBZ-7649 added missing test annotation 2024-03-19 13:37:19 +01:00
Sean Wu
a71368cf62 DBZ-7594 Correct the negative value of data type TIME replicated from MySQL. 2024-03-12 08:01:04 +01:00
Jiri Pechanec
7bc6b5aa08 [release] Add contributor 2024-03-12 07:59:17 +01:00
Nick Golubev
69efa7e218 DBZ-7599 Write toast placeholder instead of null for binary types when "hex" mode configured 2024-03-06 15:06:09 +01:00
Jiri Pechanec
9f154f08fc [release] Changelog for 2.6.0.Beta1 2024-03-06 08:39:06 +01:00
akula
cd4c6958bd DBZ-7512 Support arbitrary payloads with outbox event router on
debezium server

1. Support for string and binary serialization formats on debezium api.
2. Allow configuring separate key and value formats on embedded engine.

This change fixes the following issue using outbox event router on
embedded engine:

Outbox event router supports arbitrary payload formats with
BinaryDataConverter as the value.converter which passes payload
transparently. However this is  currently not supported with the
embedded engine which handles message conversion using value.format to
specify the format.

In addition, when we want to pass payload transparently, it makes
sense to also pass aggregateid i.e. the event key transparently. The
default outbox table configuration specifies aggregateid as a
varchar which is also not supported by embedded engine.
2024-03-01 08:23:47 +01:00
Lars M Johansson
a7415cc869 [docs] adding name and alias 2024-02-29 13:29:16 -05:00
Lars M Johansson
9ca4873fab [docs] adjusting name and alias 2024-02-29 13:29:16 -05:00
Bue-Von-Hun
94e24532f6 DBZ-2015 Remove redundant fields 2024-02-27 15:30:48 +01:00
Jiri Pechanec
4ca2a67b0d DBZ-7517 Correct contributor 2024-02-22 09:07:55 +01:00
Xianming Zhou
950215c9cc DBZ-7517 add author name and alias 2024-02-22 09:07:55 +01:00
Xianming Zhou
86c1dac16a DBZ-7517 Remove the unused 'connector' parameter in the createSourceTask method in EmbeddedEngine.java 2024-02-22 09:07:55 +01:00
Jiri Pechanec
2924bf8d82 [release] Add contributor 2024-02-13 10:15:22 +01:00
Sergey Ivanov
d96c30ef3f DBZ-7437: ReselectColumnsPostProcessor filter not use exclude predicate. 2024-02-06 12:27:55 +01:00
Clifford Cheefoon
d53ca0daec DBZ-7443 Correct debezium.sink.pubsub.flowcontrol variables
Correct case discrepancy for configuration variables between docs and pubsub sink connector
df95323322/debezium-server-pubsub/src/main/java/io/debezium/server/pubsub/PubSubChangeConsumer.java (L98C3-L98C88)
2024-02-05 10:42:54 +01:00
Jan.Lieskovsky
1d8a56778d DBZ-7374 Fix parsing NULL as the default value for SQL server (Unicode) character strings 2024-01-29 17:09:03 +01:00
liaoyuxing
26261c88de DBZ-7362 Support DECFLOAT in Db2 connector 2024-01-23 15:11:36 +01:00
Jiri Pechanec
ea2571829a [release] Changelog for 2.6.0.Alpha1 2024-01-21 11:07:16 +01:00
Artem Shubovych
d9de6ceba2 DBZ-7342 Respect the max error retries setting 2024-01-17 09:50:52 +01:00
Peter Hamer
a4e660f979 DBZ-7347 use identifiers for initial snapshot notifications 2024-01-17 09:42:27 +01:00
Jiri Pechanec
2d1ce13d7c DBZ-7316 Formatting and cotnributor 2024-01-16 11:00:04 +01:00
Jiri Pechanec
7830bd0f38 [release] Add contributors 2024-01-04 09:13:03 +01:00
“vsantonastaso”
9dac11e1cd DBZ-7164 Support offset commit for the signal topic 2023-12-19 15:51:10 +01:00
Jiri Pechanec
954d14039a [release] Changelog for 2.5.0.CR1 2023-12-14 10:19:32 +01:00
Jiri Pechanec
366e3891d1 [release] Changelog for 2.5.0.Beta1 2023-12-04 14:51:00 +01:00
Prabhu19
6866c57ad1 DBZ-7193 Resolve conflict in COPYRIGHT.txt 2023-12-01 13:52:21 +01:00
Lourens Naude
ae25b3a11a DBZ-7183 Support MySQL 8 high resolution replication timestamps from GTID events 2023-11-30 20:30:12 -05:00
Chris Cranford
830257bb8f DBZ-7194 Update COPYRIGHT.txt 2023-11-28 19:56:57 -05:00
Sebastiaan Knijnenburg
7fc7e10cc2 DBZ-6723 Add author to contributors
Link:  https://issues.redhat.com/browse/DBZ-6723
2023-11-28 09:38:18 +01:00
Chris Cranford
616bb52f20 DBZ-7169 Update COPYRIGHT.txt 2023-11-27 17:55:56 -05:00