DBZ-8549 Adds downstream JDBC connector deployment instructions #6107
+502
−25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DBZ-8549 Adds downstream deployment instructions to the JDBC connector doc.
Tested in a local Antora build. These changes have no effect on the community version of the documentation.
This is ready for upstream review, but should not be merged yet, pending resolution of downstream build issues.
I would especially appreciate it if someone could review the CR examples. I modeled these examples after the source connector examples where I assumed that made sense, but I was unsure where to include certain entries, for example,
where do we define the
topics
array that lists the Kafka topics from which the connector consumes change events?I placed this in the connector YAML examples (L753 and L994), e.g.,
Is that correct?