Jul 30, 2017 · 1 min read
I have a Question, how you application interface to this service ? you said you guys store shard config in zookeeper, so application get that config and then connect to correct redis shard ? or there is another layer, mean a layer sit between application (or any client that use this service) that use zookeeper config, and manage shard, and your clients or application connec to this layer over socket ?
Ex;-
Client (api, or application) → [Follower Service ] → Redis shard ?
or Client directly connect to Redis shard according to zookeeper config, if yes then how this is a service ? thanks :) (sorry for poor english, m not a native english speaker)