From 3259d0a55c40d00ea9d75ddcf1d09be4428c9b3e Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Wed, 6 Nov 2024 11:22:56 +0000 Subject: [PATCH] 1345-add note about deprecated UCD feature --- docs/modules/integrate/pages/cdc-connectors.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/integrate/pages/cdc-connectors.adoc b/docs/modules/integrate/pages/cdc-connectors.adoc index 4f42298f4..e7a650fd9 100644 --- a/docs/modules/integrate/pages/cdc-connectors.adoc +++ b/docs/modules/integrate/pages/cdc-connectors.adoc @@ -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. ==== == Data types