Documentation ¶
Index ¶
Constants ¶
View Source
const (
BootstrapServers = "my-cluster-kafka-bootstrap.kafka:9092"
)
Variables ¶
View Source
var (
BootstrapServersArr = []string{"my-cluster-kafka-bootstrap.kafka:9092"}
)
Functions ¶
func VerifyMessagesInTopic ¶ added in v0.18.0
func VerifyMessagesInTopic( client *kubernetes.Clientset, tracker *testlib.Tracker, namespacedName types.NamespacedName, config *ConsumerConfig) error
Types ¶
type ConsumerConfig ¶ added in v0.18.0
type ConsumerConfig struct { BootstrapServers string `json:"bootstrapServers" required:"true" split_words:"true"` Topic string `json:"topic" required:"true" split_words:"true"` IDS string `json:"ids" required:"true" split_words:"true"` ContentMode string `json:"contentMode" required:"true" split_words:"true"` }
Click to show internal directories.
Click to hide internal directories.