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

Add note about classpath for custom EPs in pipelines [HZG-287] #1459

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/modules/integrate/pages/map-connector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ setting their values to `null`. To put it another way, if these map sink
variants set the entry’s value to null, the entry will be removed
from the map.

NOTE: Custom classes, such as an `EntryProcessor`, must be available to all members
of the cluster. This can be done by adding the classes to each member's classpath
directly, or by using {ucn}. If using {ucn}, ensure that the Job and underlying IMap
are both associated with the correct namespace.
JamesHazelcast marked this conversation as resolved.
Show resolved Hide resolved

== Predicates and Projections

If your use case calls for some filtering and/or transformation of the
Expand Down
Loading