[JBoss JIRA] (HRJS-48) JSON based query DSL
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-48:
------------------------------------
Summary: JSON based query DSL
Key: HRJS-48
URL: https://issues.jboss.org/browse/HRJS-48
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
Once Ickle based queries are in place (HRJS-38), it could be nice to come up with a JSON-based query DSL that transforms the JSON object into an Ickle query.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-46) Enable raw data for listener filter/converter
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-46:
------------------------------------
Summary: Enable raw data for listener filter/converter
Key: HRJS-46
URL: https://issues.jboss.org/browse/HRJS-46
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
It should be possible for the filter/converter instances passed to a remote listener to receive data in raw format. The Hot Rod protocol enables this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-47) Enable raw data for listener filter/converter
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-47:
------------------------------------
Summary: Enable raw data for listener filter/converter
Key: HRJS-47
URL: https://issues.jboss.org/browse/HRJS-47
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
It should be possible for the filter/converter instances passed to a remote listener to receive data in raw format. The Hot Rod protocol enables this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-45) Listener filter/converter optional parameters
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-45:
------------------------------------
Summary: Listener filter/converter optional parameters
Key: HRJS-45
URL: https://issues.jboss.org/browse/HRJS-45
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
When adding listeners, it's possible to pass in filter/converter options, including filter/converter name and per filter/converter parameters. This options allow for fine tuning the events received by either filter, or converting the event itself or both.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-44) Iterator function/converter optional parameter
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-44:
------------------------------------
Summary: Iterator function/converter optional parameter
Key: HRJS-44
URL: https://issues.jboss.org/browse/HRJS-44
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
When iterating over the contents of the cache, it's possible to pass in a filter/converter name that is run in server before sending iterated data over to the client.
This is useful to apply some filtering to the iterated data right in the server, and also to transform the iterated key/value, e.g. extract only the relevant iteration data right at the server.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-43) Finer grained removeListener operation
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-43:
------------------------------------
Summary: Finer grained removeListener operation
Key: HRJS-43
URL: https://issues.jboss.org/browse/HRJS-43
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
Priority: Minor
When adding listeners, it's possible to reuse the same listener id as shown in the [README example|https://github.com/infinispan/js-client#remote-events].
When it comes to removing the listener, it only takes the listener ID, which means that all listeners callbacks associated with that listener id are removed.
It would be nice to add an extra parameter to remoteListener so that it optionally takes the function associated with a listener id to remove.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months