Alexandr Shapkin created IGNITE-15073:
-----------------------------------------
Summary: C++ Extend platforms API to call Java versioned entry
processor
Key: IGNITE-15073
URL: https://issues.apache.org/jira/browse/IGNITE-15073
Project: Ignite
Issue Type: Improvement
Components: platforms
Reporter: Alexandr Shapkin
In case of a mixed cluster (Java server and C++ client for sample) it's not
possible to use an entry processor since it requires a native platform-specific
implementation to be defined on both sides.
Let's extend platforms interop API to have a new methods
cache.invokeJava("key", "java_task_name", args) similar to
compute.ExecuteJavaTask.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)