Scott, It would be lovely to see something like a blocking queue and a concurrent map. Obviously, these would depend on some form of serialization, but it should be pretty simple to inject a serializer/deserializer. That would let me, as a user, use whatever serialization that I like (Avro, protobuf, Java serializable, toString/getBytes).
On Thu, Jan 6, 2011 at 11:12 AM, Scott Fines <[email protected]> wrote: > Thanks, I'm glad you liked it :) > > Scott Fines > > On Thu, Jan 6, 2011 at 11:02 AM, Patrick Hunt <[email protected]> wrote: > > This looks very cool: > > > > https://github.com/openUtility/menagerie > > > > Patrick > > >
