-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(mirromaker): added valid options for config #1722
Conversation
Hey, @richard-joerger-aiven! 👋 Thanks for your contribution. Could you please update your commit's message and PR title to align with Conventional Commits spec? Here's an example of how it should be like in order to be complaint with the spec:
(it should all be lowercase) Please feel free to reach out if there are any questions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Comment above.
-
Docs linter fails because the docs change is out of sync with the schema of the resource. Please mirror the proposed change to
internal/sdkprovider/service/kafka/mirrormaker_replication_flow.go
.- You can run
make docs
to automatically generate docs from the schema, but this is optional and you can instead keep the file that you've manually edited already.
- You can run
db20610
to
de79ec9
Compare
offset_syncs_topic_location takes a string of "source" or "target" but the docs did not reflect that. The config also lacks a default and that was not captured. This adds the valid options and the lack of a default
Adding in the missing docs line so its the same across the resouce and data source for mirrormaker_replication_flow
git diff on push shows extra spaces. Have to remove them as `make docs` isn't working.
af0d33d
to
5052bbc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
offset_syncs_topic_location takes a string of "source" or "target" but the docs did not reflect that. The config also lacks a default and that was not captured. This adds the valid options and the lack of a default
About this change—what it does
offset_syncs_topic_location takes a string of "source" or "target" but the docs did not reflect that. The config also lacks a default and that was not captured. This adds the valid options and the lack of a default
Why this way
Based on the other configs, this is the approach that is used to document.