couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

[Question] CarrierPublication or HttpStreaming? #89

Closed kaiohenrique closed 2 years ago

kaiohenrique commented 4 years ago

Hey, guys. I couldn't find any resource in the Couchbase documentation to help me understand which ConfigurationProviders to use. Are there any rule of thumb? We plan to deploy an Ephemeral Bucket for cache purposes.

brantburnett commented 4 years ago

Under most circumstances, you should leave it at the default, which is to have both enabled. It will try to connect with CCCP (the more modern protocol) and fallback to HTTP if that doesn't work. There are some very special circumstances where you may want to disable CCCP, but those are pretty unusual advanced use cases.