Skip to content

Commit f9bccb8

Browse files
authored
Warn against DebeziumIO not resilient to worker crash or restart (#37076)
1 parent a4b3dff commit f9bccb8

File tree

1 file changed

+5
-0
lines changed
  • sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium

1 file changed

+5
-0
lines changed

sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumIO.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
*
6464
* <h3>Usage example</h3>
6565
*
66+
* <p>Support is currently experimental. One of the known issues is that the connector does not
67+
* preserve the offset on a worker crash or restart, causing it to retrieve all the data from the
68+
* beginning again. See <a href="https://github.com/apache/beam/issues/28248">Issue #28248</a> for
69+
* details.
70+
*
6671
* <p>Connect to a Debezium - MySQL database and run a Pipeline
6772
*
6873
* <pre>

0 commit comments

Comments
 (0)