Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kafka bootstrap server. BootstrapServersPlaintext = "my-cluster-kafka-bootstrap.kafka:9092" BootstrapServersSsl = "my-cluster-kafka-bootstrap.kafka:9093" BootstrapServersTlsNoAuth = "my-cluster-kafka-bootstrap.kafka:9096" BootstrapServersSaslPlaintext = "my-cluster-kafka-bootstrap.kafka:9095" BootstrapServersSslSaslScram = "my-cluster-kafka-bootstrap.kafka:9094" NumPartitions = 10 ReplicationFactor = 3 KafkaClusterNamespace = "kafka" TlsUserSecretName = "my-tls-user" SaslUserSecretName = "my-sasl-user" CaSecretName = "my-cluster-cluster-ca-cert" )
Variables ¶
View Source
var ( // Kafka bootstrap server as array. BootstrapServersPlaintextArr = []string{BootstrapServersPlaintext} BootstrapServersSslArr = []string{BootstrapServersSsl} BootstrapServersTlsNoAuthArr = []string{BootstrapServersTlsNoAuth} BootstrapServersSaslPlaintextArr = []string{BootstrapServersSaslPlaintext} BootstrapServersSslSaslScramArr = []string{BootstrapServersSslSaslScram} )
Functions ¶
func RunMultiple ¶
RunMultiple run test function f `rerunTimes` times.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.