Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.86 KB

File metadata and controls

50 lines (29 loc) · 1.86 KB

Debezium MySQL

The Debezium MySQL connector reads the binlog, produces change events for row-level INSERT, UPDATE, and DELETE operations, and emits these change events as messages in an Apache Pulsar topic.

Astra Streaming currently supports Apache Pulsar {pulsar_version}, which uses Debezium {debezium_version} libraries.

Connector Reference

There are two sets of parameters that support source connectors.

Astra Streaming

Debezium MySQL (configs)

These values are provided in the "configs" area.

The Astra Streaming MySQL source connector supports all configuration properties provided in Debezium’s connector. Please refer to Debezium MySQL connector properties for a complete list.

What’s next?

For a list of supported MySQL versions, see the Debezium documentation.

For a detailed explanation of Debezium’s MySQL connector, see the Debezium documentation.

For more examples, see the Apache Pulsar MySQL documentation.