Skip to content

Commit 843bba8

Browse files
Backport of Update map-connector.adoc (#1593)
Added note: 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 a namespace that contains the same `EntryProcessor` implementation.
1 parent 080be18 commit 843bba8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
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
@@ -204,4 +209,4 @@ p.readFrom(Sources.map(personCache,
204209
Predicates.greaterEqual("age", 21),
205210
Projections.singleAttribute("name"))
206211
);
207-
```
212+
```

0 commit comments

Comments
 (0)