-
Notifications
You must be signed in to change notification settings - Fork 102
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
Add documentation for using DataConnectionService [SUP-523] #1361
Add documentation for using DataConnectionService [SUP-523] #1361
Conversation
✅ Deploy Preview for hardcore-allen-f5257d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@oliverhowell @amandalindsay Before jumping on this one, it might be worth waiting to have devs/QE to review it first - I am not 100 % sure it's all understandable. |
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Tomasz Gawęda <[email protected]>
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.
These look like well-structured procedures with prerequisites, numbered steps etc. There are a handful of bugs and inconsistencies, and a few bits I'd like to see fleshed out for improved usability.
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/data-connection-service.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-map-loader-data-connection.adoc
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-pipeline-service-data-connection.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-pipeline-service-data-connection.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-pipeline-service-data-connection.adoc
Outdated
Show resolved
Hide resolved
docs/modules/data-connections/pages/how-to-pipeline-service-data-connection.adoc
Outdated
Show resolved
Hide resolved
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.
Looking much better, just a couple of outstanding issues. Most important is to reference the new files in nav.adoc. It would be nice to have a validation rule for this @oliverhowell!
Although this PR extends the public API, it only makes the DataConnectionService more easily available. Previously it was only available via ProcessorMetaSupplier.Context#dataConnectionService(). There are no changes to the DataConnectionService itself. The service is available only on the member, on the client the method throws exception. Related documentation PR: hazelcast/hz-docs#1361 Re-submission of original PR: https://github.com/hazelcast/hazelcast-mono/pull/3533 GitOrigin-RevId: 6fa1512e67b6657331ff4ba2afb3d6ab5cd6c0b6
Related platform PR https://github.com/hazelcast/hazelcast-mono/pull/3533