[infinispan-dev] Request for feedback on cache store support in AS7 Infinispan subsystem

Galder Zamarreño galder at redhat.com
Fri Sep 16 03:46:37 EDT 2011


On Sep 15, 2011, at 6:18 PM, Tristan Tarrant wrote:

> On 09/15/2011 05:34 PM, Paul Ferraro wrote:
>> I've created a draft of what I thought could be workable schema for the
>> remote and jdbc cache stores and would like some feedback.
>> 
>> The amended Infinispan subsystem schema can be found here:
>> https://github.com/pferraro/jboss-as/blob/master/build/src/main/resources/docs/schema/jboss-as-infinispan_1_0.xsd
>> 
>> For the jdbc cache stores, which come in 3 flavors, I've consolidated
> 
> Looks good. We need to document how a user can specify a custom key 
> mapper. Would this be in the documentation annotation of the 
> <jdbc-store> or provided elsewhere ?
> 
>> The schema for the remote cache store is far simpler.  You can specify a
>> specific remote cache name, server list, and hot rod client properties
>> are directly enumerated:
>> e.g.
>> <remote-store cache="some-named-cache" servers="127.0.0.1:11311">
>>   <property name="infinispan.client.hotrod.request_balancing_strategy">...</property>
>> </remote-store>
> I see that you also exposed tcp_no_delay and socket_timeout in your 
> latest code. Good.
>> I haven't started on the cloud-based store yet, as it's kind of a
>> dependency nightmare.
> Do we really want to include the low-level cloud implementations as part 
> of AS7 ? We don't provide JDBC drivers.

Even before you go into cloud implementations, JClouds' dependency list is huge...

> 
> Tristan
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache




More information about the infinispan-dev mailing list