Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Kafka bootstrap server.
BootstrapServers = "my-cluster-kafka-bootstrap.kafka:9092"
)
Variables ¶
View Source
var ( // Kafka bootstrap server as array. BootstrapServersArr = []string{BootstrapServers} )
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.