Noticed in one of my services that memory was growing constantly and would eventually reach OOM. Eventually found that it was a socket FD leak, not 100% sure why (I don't know enough about Java's client implementation), but replacing it with an Apache client transport resolved the issue.
This is version 0.0.3, not sure if it's been fixed since then, but just wanted to call it out.