Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Use Shopify/sarama Vagrant box (copied over from https://github.com/Shopify/sarama/blob/master/functional_test.go#L18) VagrantKafkaPeers = "192.168.100.67:9091,192.168.100.67:9092,192.168.100.67:9093,192.168.100.67:9094,192.168.100.67:9095" VagrantZookeeperPeers = "192.168.100.67:2181,192.168.100.67:2182,192.168.100.67:2183,192.168.100.67:2184,192.168.100.67:2185" )
Variables ¶
View Source
var ( KafkaPeers []string ZookeeperPeers []string )
Functions ¶
func InitLogging ¶
func InitLogging(c *C)
InitLogging initializes both internal and 3rd party loggers to output logs using the test context object's `Log` function.
func NewTestProxyCfg ¶ added in v0.12.0
func NewUDSHTTPClient ¶
NewUDSHTTPClient creates an HTTP client that always connects to the specified unix domain socket ignoring the host part of requested HTTP URLs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.