Documentation
¶
Index ¶
- func GetBootstrapServers(ctx *pulumi.Context) string
- func GetCaCert(ctx *pulumi.Context) string
- func GetCaCertFile(ctx *pulumi.Context) stringdeprecated
- func GetClientCert(ctx *pulumi.Context) string
- func GetClientCertFile(ctx *pulumi.Context) stringdeprecated
- func GetClientKey(ctx *pulumi.Context) string
- func GetClientKeyFile(ctx *pulumi.Context) stringdeprecated
- func GetClientKeyPassphrase(ctx *pulumi.Context) string
- func GetSaslMechanism(ctx *pulumi.Context) string
- func GetSaslPassword(ctx *pulumi.Context) string
- func GetSaslUsername(ctx *pulumi.Context) string
- func GetSkipTlsVerify(ctx *pulumi.Context) bool
- func GetTimeout(ctx *pulumi.Context) int
- func GetTlsEnabled(ctx *pulumi.Context) bool
- func PkgVersion() (semver.Version, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBootstrapServers ¶
A list of kafka brokers
func GetCaCertFile
deprecated
func GetClientCertFile
deprecated
func GetClientKey ¶
The private key that the certificate was issued for.
func GetClientKeyFile
deprecated
func GetClientKeyPassphrase ¶
The passphrase for the private key that the certificate was issued for.
func GetSaslMechanism ¶
SASL mechanism, can be plain, scram-sha512, scram-sha256
func GetSaslPassword ¶
Password for SASL authentication.
func GetSaslUsername ¶
Username for SASL authentication.
func GetSkipTlsVerify ¶
Set this to true only if the target Kafka server is an insecure development instance.
func GetTlsEnabled ¶
Enable communication with the Kafka Cluster over TLS.
func PkgVersion ¶
PkgVersion uses reflection to determine the version of the current package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.