Robbie Strickland
Robbie Strickland
In the case where multiple Kestrel spouts emit to the same bolt type, it can be helpful to know the name of the source queue. I have modified the KestrelThriftSpout...
I intend to write a Kestrel spout based on Finagle, primarily so I can get the Finagle value-adds (such as tracing and stats) for free. If you're interested in me...
This codec allows for operations on composite columns, which is currently not supported in Cassie. Example usage: ``` scala val cluster = new Cluster("localhost", 9160) val keyspace = cluster.keyspace("test").connect() val...
I have a CompositeCodec I'd like to contribute, but the SBT build fails with the following output: [info] == cassie-core / compile == [info] Source analysis: 39 new/modified, 44 indirectly...