Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2023 Changes in this version type Config + NoCreateDefaultNs bool v0.8.0 Apr 17, 2023 Changes in this version + type Config struct + ClusterConfig member.Config + GRPCReflectionEnable bool + IP string + MetadataConfig MetadataConfig + Name string + NodeID uint16 + Observability observability.Config + Port int + Replicas uint + RootControllerAddr []string + SecretEncryptionSalt string + SegmentCapacity int64 + func InitConfig(filename string) (*Config, error) + func (c *Config) GetClusterConfig() member.Config + func (c *Config) GetControllerAddrs() []string + func (c *Config) GetEventbusCtrlConfig() eventbus.Config + func (c *Config) GetSnowflakeConfig() root.Config + func (c *Config) GetTenantConfig() tenant.Config + func (c *Config) GetTriggerConfig() trigger.Config + type MetadataConfig struct + KeyPrefix string