Skip to content
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

1345-add note about deprecated UCD feature #1365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amandalindsay
Copy link
Contributor

Note added to fix docs ticket

@amandalindsay amandalindsay linked an issue Nov 6, 2024 that may be closed by this pull request
Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for hardcore-allen-f5257d ready!

Name Link
🔨 Latest commit 3259d0a
🔍 Latest deploy log https://app.netlify.com/sites/hardcore-allen-f5257d/deploys/672b93698bdc2100085fec59
😎 Deploy Preview https://deploy-preview-1365--hardcore-allen-f5257d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -209,6 +209,8 @@ p.readFrom(source)
The key and value functions have certain limitations. They can be used to map only to objects which the Hazelcast member can deserialize, which unfortunately doesn't include user code submitted as a part of the job. So in the above example it's OK to have `String` email values, but we wouldn't be able to use `Customer` directly.

If user code has to be used, then the problem can be solved with the help of the User Code Deployment feature. Example configs for that can be seen in our xref:pipelines:cdc-join.adoc#7-start-hazelcast-jet[CDC Join tutorial].

Although User Code Deployment has been deprecated, the replacement User Code Namespaces feature does not yet support Jet jobs or pipelines. For now, continue to use the User Code Deployment solution in this scenario.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User Code Namespaces feature does not yet support Jet jobs

@JamesHazelcast is this accurate after https://github.com/hazelcast/hazelcast-mono/pull/3293?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of the work for UCN support in Jet is to update documentation: https://hazelcast.atlassian.net/browse/HZG-88

The work is currently in QA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Feedback for CDC Connector
4 participants