Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ newLocalClient
Function
newLocalClient
client_test.go:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
func
newLocalClient() (*Client,
func
()) {
83
return
newClient(TCP(
"localhost"
))
84
}
85
86
func
newClient(addr net.Addr) (*Client,
func
()) {
87
conns := &ktesting.ConnWaitGroup{
Callers
15
TestClientJoinGroup
Function · 0.70
TestClientCreatePartitions
Function · 0.70
TestClientCreatePartitionsNoAssignments
Function · 0.70
TestCloseLeavesGroup
Function · 0.70
testReaderConsumerGroupReadContentAcrossPartitions
Function · 0.70
testReaderConsumerGroupRebalance
Function · 0.70
testReaderConsumerGroupRebalanceAcrossManyPartitionsAndConsumers
Function · 0.70
TestConsumerGroupWithGroupTopicsMultiple
Function · 0.70
TestClientCreateACLs
Function · 0.70
TestDescribeUserScramCredentials
Function · 0.70
TestClientApiVersions
Function · 0.70
TestClientCreateTopics
Function · 0.70
Calls
2
TCP
Function · 0.85
newClient
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…