Ce contenu n'est pas disponible dans la langue sélectionnée.
Preface
Debezium is a set of distributed services that capture row-level changes in your databases so that your applications can see and respond to those changes. Debezium records all row-level changes committed to each database table. Each application reads the transaction logs of interest to view all operations in the order in which they occurred.
This guide provides details about using the following Debezium topics:
- Chapter 1, High level overview of Debezium
- Chapter 2, Required custom resource upgrades
- Chapter 3, Debezium connector for Db2
- Chapter 4, Debezium connector for JDBC (Developer Preview) Developer Preview
- Chapter 5, Debezium connector for MongoDB
- Chapter 6, Debezium connector for MySQL
- Chapter 7, Debezium Connector for Oracle
- Chapter 8, Debezium connector for PostgreSQL
- Chapter 9, Debezium connector for SQL Server
- Chapter 10, Monitoring Debezium
- Chapter 11, Debezium logging
- Chapter 12, Configuring Debezium connectors for your application
- Chapter 13, Applying transformations to modify messages exchanged with Apache Kafka
- Chapter 14, Developing Debezium custom data type converters
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Providing feedback on Red Hat documentation
We appreciate your feedback on our documentation.
To propose improvements, open a Jira issue and describe your suggested changes. Provide as much detail as possible to enable us to address your request quickly.
Prerequisite
-
You have a Red Hat Customer Portal account. This account enables you to log in to the Red Hat Jira Software instance.
If you do not have an account, you will be prompted to create one.
Procedure
- Click the following link: Create issue.
- In the Summary text box, enter a brief description of the issue.
In the Description text box, provide the following information:
- The URL of the page where you found the issue.
-
A detailed description of the issue.
You can leave the information in any other fields at their default values.
- Click Create to submit the Jira issue to the documentation team.
Thank you for taking the time to provide feedback.