Helena Edelson

Results 22 comments of Helena Edelson

Right now I'm isolating this particular issue in a test: ``` val event = RowChangeEvent(id, channel, row) val bb: ByteBuffer = row.partition.head.value // testing the first cell value val p...

@jsuereth the order of magnitude slower on first pickle sounds typical for things like this, followed by rapid speed up - but that's good to know since I want to...

Ah that's what's messing up the return type, thanks :)

@phaller Thanks for your help :)

Thanks @phaller, I tried writing one yesterday but it wasn't working yet :) Also with mine, which is a bit different than yours, I started getting OOMs running the one...

I can't find access a version with AbstractPicklerUnpickler in your sample via sonatype snapshots https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-pickling_2.11/ only has 0.9.2 snapshot and that abstract pickler/unpickler is 0.10.2-SNAPSHOT :( @jsuereth will you guys...

@phaller Thanks, working perfectly so far :)

@brujoand @hepin1989 not yet. Just had a ton of other things to do first. I should be getting our scala driver out sometime in December, at which point work could...

@yongjianwang sadly not yet, so many tickets, talks etc get in the way but I'm finally back on our scala driver ticket so we'll see. Will update here.

Hi @hsn10 take a look at the Akka persistence cassandra project which is quite mature and used heavily in production: * [Code/Project](https://github.com/akka/akka-persistence-cassandra) * [Docs](https://doc.akka.io/docs/akka-persistence-cassandra/current)