이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 Debezium documentation
We appreciate your feedback on our documentation.
To propose improvements, open a GitHub issue and describe your suggested changes. Provide as much detail as possible to enable us to address your request quickly.
Prerequisites
- You have a GitHub account. If you do not have an account, you are prompted to create one.
Procedure
- From a browser, navigate to the Debezium GitHub Issues page.
- Click New issue and sign in if you are prompted.
Click one of the following options:
- Bug report
- To report an error that you found, such as a typo or incorrect information.
- Feature request
- To suggest a specific improvement to clarify the meaning, accuracy, completeness, or structure of the information.
- Add a title that summarizes your suggested change.
In the Add a description box, provide the following information:
- The URL of the page where you found the issue.
A description of the error or of your suggestion on how to improve the content.
NoteIt’s ok to remove boilerplate text in the description field that is not relevant to the documentation, for example, the text that references the connector configuration and the database version.
- Click Create to submit the GitHub issue.
Thank you for taking the time to provide feedback.