Hi There,
Im doing an application for multiple users. So Im trying to use Channels feature.
Here im using Many to Many Channels concept. For example i have following channels likes
1 ChannelX1 contents following sub channels.
i) ChannelY1, ii) ChannelY2, … soon
2 ChannelX2 contents following sub channels.
i) ChannelZ1, ii) ChannelZ2, … soon
3 ChannelX3 contents following sub channels.
i) ChannelA1, ii) ChannelA2, … soon
So now i want replicate only [ ChannelX1, ChannelY1] data but im getting ChannelY2 data also because of couchbase Channels(Documents that do not belong to any of the specified channels are ignored (even if the user has access to them).)
So how can i achieve only above issue and separate number of channel and sub channel data from replications.
Just a point of clarification on your original post - there’s no concept of hierarchy within channels themselves. You can manage access to sets of channels using roles, but there’s no subchannel concept.