Open
Description
We're using cf-java-client in a multi-threaded application. Are DefaultConnectionContext
etc. thread-safe? This is not documented right now, and they make heavy use of threading internally (with thread pools etc.), which makes me wonder at what kind of level I can reuse objects between threads (can I reuse clients? connection contexts? none of the above?)