Im trying to add TOR on-top of thrift for Astyanax and im wondering if anyone has tried to or come accross any similar projects. Extensive googling (and even bing searching) has lead me nowhere. I stared looking through Astyanax's source code in an attempt to find where the actual connection between the client and Cassandra takes place and ended up at this class. As far as I can tell this plays some small part but what I really need to find is if the API uses a InputStream and OutputStream object to send and receive data and hopefully overload the connection.
This question might get closed as too localised, however im hoping that some Cassandra / astyanax gurus can point me in the right direction.