Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PersistenceMaxQPS dynamicconfig.IntPropertyFn PersistenceGlobalMaxQPS dynamicconfig.IntPropertyFn ThrottledLogRPS dynamicconfig.IntPropertyFn // hostname info HostName string }
Config represents configuration for shard manager service
func NewConfig ¶
func NewConfig(dc *dynamicconfig.Collection, hostName string) *Config
NewConfig returns new service config with default values
Click to show internal directories.
Click to hide internal directories.