# Functions

Brokers is option function to set list of brokers.
MaxPartsPerTopic is option function to set Maximum Partitions per Topic.
NewClusterConfig would return ClusterClient or would return error if error occured.
TLSCACert is option function to set CA cert.
TLSCert is option function to set TLS cert.
TLSEnabled is option function to set if we need TLS or not.
TLSKey is option function to set TLS key.
TLSSkipVerify is option function to set if we need to verify clusters cert.

# Constants

PEMCertificateBlock has to match PEM certificate.
PEMPrivKeyBlock has to match PEM Key.
ReplacePattern to be replacing in Regexps, as strings.Replace is faster than regexp.

# Structs

No description provided by the author
Option is a type of options for ClusterConfig.

# Type aliases

Option is a type of options for ClusterConfig.