Re: Grails Cassandra plugin

2010-03-12 Thread Ned Wolpert
I added an issue in my github project for the update. Since I have your ear, in hector, if the cassandra server restarts (one server in the pool) hector will not try to reconnect to the cassandra server even if its listening. Is that a known issue? On Fri, Mar 12, 2010 at 3:35 PM, Ran Tavory wro

Re: Grails Cassandra plugin

2010-03-12 Thread Ran Tavory
great, I'm happy you found Hector useful :) btw, in hector 0.5.0-8 I added some interesting performance JMX counters so may be worth to update yours from 0.5.0-6 to -8 when you have time. On Fri, Mar 12, 2010 at 11:55 PM, Ned Wolpert wrote: > Document updated > > > On Fri, Mar 12, 2010 at 2:50 PM

Re: Grails Cassandra plugin

2010-03-12 Thread Ned Wolpert
Document updated On Fri, Mar 12, 2010 at 2:50 PM, Jonathan Ellis wrote: > Great! > > You should also link it from > http://wiki.apache.org/cassandra/ClientExamples (click "Login" at the > top to create an account.) > > On Fri, Mar 12, 2010 at 3:57 PM, Ned Wolpert > wrote: > > Folks- > > > > I

Re: Grails Cassandra plugin

2010-03-12 Thread Jonathan Ellis
Great! You should also link it from http://wiki.apache.org/cassandra/ClientExamples (click "Login" at the top to create an account.) On Fri, Mar 12, 2010 at 3:57 PM, Ned Wolpert wrote: > Folks- > >   I put together a quick n' dirty grails plugin for Cassandra, wrapped with > Hector. Its availabl

Grails Cassandra plugin

2010-03-12 Thread Ned Wolpert
Folks- I put together a quick n' dirty grails plugin for Cassandra, wrapped with Hector. Its available at http://github.com/wolpert/grails-cassandra in its initial state. I wouldn't call it 'production-ready' yet. :-) We're using Cassandra at work and I wanted an easy way to access Cassandra