percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPSMDB-723] Hidden replica set members support #55

Open spron-in opened 2 years ago

spron-in commented 2 years ago

Community Note

Tell us about the feature

As from MongoDB manual ( https://www.mongodb.com/docs/manual/core/replica-set-hidden-member/ ): {code:java} A hidden member maintains a copy of the primary's data set but is invisible to client applications. Hidden members are good for workloads with different usage patterns from the other members in the replica set.  {code}  

We need to add support for hidden nodes in the Operator.