We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b3dff commit f9bccb8Copy full SHA for f9bccb8
sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/DebeziumIO.java
@@ -63,6 +63,11 @@
63
*
64
* <h3>Usage example</h3>
65
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
+ *
71
* <p>Connect to a Debezium - MySQL database and run a Pipeline
72
73
* <pre>
0 commit comments