-
Task
-
Resolution: Done
-
Major
-
None
-
None
In the OCP deployment instructions, a shared upstream file is used to render the example of a Kafka Connect YAML file.
The following changes are required:
- Update the value of the connector attribute table.include.list to correctly reference table names, e.g., table.include.list: inventory.*. Changing the value of the attribute requires separate upstream and downstream updates to the asciidoc document attribute {include-list-example}. Upstream, the attribute is defined at the head of the connector file, and downstream, for use in the OCP install guide file, it's defined in {proc-installing-debezium-with-amq-streams.adoc}.
- Upstream, in the shared file that's used for the MySQL connector deployment (proc-using-streams-to-deploy-a-debezium-mysql-sqlserver-connector.adoc), insert the mandatory descriptor field database.server.id. This file is also used in the MySQL connector chapter of the user guide.
- The value currently assigned to the version attribute for the kafkaConnect descriptor is out of date. In the upstream repo, replace the hardcoded 3.0 value with the asciidoc document attribute {debezium-kafka-version} in each of the following versions of the shared file. The attribute is currently set to 3.3.1 for the downstream 2.1 release.
- shared-deploy-kafka-connect-yaml.adoc
- ref-deploy-oracle-kafka-connect-yaml.adoc
- ref-deploy-db2-kafka-connect-yaml.adoc),