Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TemplateTableConfig ¶
func TemplateTableConfig(inputTemplate []byte, params TableConfigTemplateParameters) (*model.Table, error)
func TemplateTableConfigToFile ¶ added in v0.1.5
func TemplateTableConfigToFile(inputTemplate, outputConfigFile string, params TableConfigTemplateParameters) error
Types ¶
type TableConfigTemplateParameters ¶
type TableConfigTemplateParameters struct { PinotSegmentsReplication string PinotTenantBroker string PinotTenantServer string KafkaBrokers string KafkaTopic string KafkaSaslUsername string KafkaSaslPassword string KafkaSaslMechanism string KafkaSecurityProtocol string SchemaRegistryUrl string SchemaRegistryUsername string SchemaRegistryPassword string }
Click to show internal directories.
Click to hide internal directories.