# Functions
NewConfig returns an instance of Config with reasonable defaults.
NewHandler returns a new instance of Handler.
ParseConfig parses a configuration string into a config object.
ParseConfigFile parses a configuration file at a given path.
No description provided by the author
# Constants
DefaultAPIReadTimeout represents the duration before an API request times out.
DefaultBrokerPort represents the default port the broker runs on.
DefaultConcurrentShardQueryLimit represents the number of shards that can be queried concurrently at one time.
DefaultDataPort represents the default port the data server runs on.
DefaultJoinURLs represents the default URLs for joining a cluster.
DefaultPointBatchSize represents the number of points to batch together.
10MB.
# Interfaces
No description provided by the author