[
https://issues.apache.org/jira/browse/IGNITE-14402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17308592#comment-17308592
]
Aleksey Plekhanov commented on IGNITE-14402:
--------------------------------------------
[~ptupitsyn] I think just making ClientCache JCache compatible is not a hard
thing to do, but it will be some fake JCache support, full JCache support
requires much more effort (CacheManagers, MutableConfiguration, etc, to pass
JCache tests). Also, we can make some private ClientCache to JCache adapter,
which can be obtained only by CacheEntryEvent.getSource method. But here we
need some inconsistent with thick client method again to register listener (in
thick client JCache registerCacheEntryListener method can be used)
Also, there are no listeners in JCache to handle disconnect events, which
required by thin client implementation.
> Java Thin: Continuous Query
> ---------------------------
>
> Key: IGNITE-14402
> URL: https://issues.apache.org/jira/browse/IGNITE-14402
> Project: Ignite
> Issue Type: New Feature
> Components: thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: iep-50
> Fix For: 2.11
>
>
> Implement Continuous Query API in Java Thin Client.
> See .NET Thin Client as a reference: IGNITE-13148
--
This message was sent by Atlassian Jira
(v8.3.4#803005)