Re: Client listener for Cassandra Column Family Updates

2010-10-20 Thread Jonathan Ellis
Short answer: no. On Wed, Oct 20, 2010 at 10:15 AM, Potter,Lorne [Wpg] wrote: > I have a 0.7beta2 four node cluster set up and a small Java program that > writes to a TimeUUIDType sorted column family and another program that polls > the database every x msecs to read the latest data. Instead of

Re: Client listener for Cassandra Column Family Updates

2010-10-20 Thread Edward Capriolo
On Wed, Oct 20, 2010 at 11:15 AM, Potter,Lorne [Wpg] wrote: > I have a 0.7beta2 four node cluster set up and a small Java program that > writes to a TimeUUIDType sorted column family and another program that polls > the database every x msecs to read the latest data. Instead of polling I > would r

Client listener for Cassandra Column Family Updates

2010-10-20 Thread Potter,Lorne [Wpg]
I have a 0.7beta2 four node cluster set up and a small Java program that writes to a TimeUUIDType sorted column family and another program that polls the database every x msecs to read the latest data. Instead of polling I would rather established some kind listener so Cassandra would notify the cl