Hello!
I was wondering if anybody has examples of how to configure a passive peer / listener using the C CBL API?
It’s quite clear from the docs how to set up an active peer (Active Peer | Couchbase Docs), but how to I set up the passive peer? The code snippets are all blank here: Passive Peer | Couchbase Docs
Ideally, I’m looking for something similar to the URLEndpointListenerConfiguration
in the C# / .NET api.
Thanks in advance for any tips!