So I'm running into issues with binary data, I'm storing byte arrays and the client is being too smart and getting it wrong, sometimes thinking it's a string or gzip content.
The use case is that I'm dealing with protocol buffer messages. I'd rather not gzip them that's just extra cpu for no reason that I need. What is the best way to handle this? Chris On Tuesday, September 9, 2014 10:52:43 AM UTC-7, [email protected] wrote: > > Is LegacyDocument the best way to handle binary values in the new java > SDK? It appears to work fine, and I didn't see any other way to handle it. > > Chris > -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
