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, Source connectors
- Chapter 3, Sink connectors
- Chapter 4, Monitoring Debezium
- Chapter 5, Debezium logging
- Chapter 6, Configuring Debezium connectors for your application
- Chapter 7, Applying transformations to modify messages exchanged with Apache Kafka
- Chapter 8, Developing Debezium custom data type converters
- Chapter 9, Using post processors to modify event messages
- Chapter 10, Debezium Server (Developer Preview)
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.