-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
The Debezium tutorial in docs/integrate/debezium/tutorial.md uses several deprecated configuration properties that should be updated to current recommended names for maintainability.
Deprecated Properties to Replace
- Table filtering:
table.whitelistshould be replaced withtable.include.list - Schema history: Remove legacy
database.history.kafka.bootstrap.serversanddatabase.history.kafka.topicentries - Use only
schema.history.internal.kafka.bootstrap.serversandschema.history.internal.kafka.topicfor schema history configuration
Location
File: docs/integrate/debezium/tutorial.md (lines 175–199)
References
Metadata
Metadata
Assignees
Labels
No labels