Skip to content

Commit c3dfc3a

Browse files
authored
Backport custom classes note to map-connector.adoc (#1587)
1 parent 2a6c3d0 commit c3dfc3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/modules/integrate/pages/map-connector.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ setting their values to `null`. To put it another way, if these map sink
188188
variants set the entry’s value to null, the entry will be removed
189189
from the map.
190190

191+
NOTE: Custom classes, such as an `EntryProcessor`, must be available to all members
192+
of the cluster. This can be done by adding the classes to each member's classpath
193+
directly, or by using {ucn}. If using {ucn}, ensure that the Job and underlying IMap
194+
are both associated with a namespace that contains the same `EntryProcessor` implementation.
195+
191196
== Predicates and Projections
192197

193198
If your use case calls for some filtering and/or transformation of the

0 commit comments

Comments
 (0)