MCPcopy
hub / github.com/segmentio/kafka-go / Close

Method Close

consumergroup.go:580–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578}
579
580func (t *timeoutCoordinator) Close() error {
581 return t.conn.Close()
582}
583
584func (t *timeoutCoordinator) findCoordinator(req findCoordinatorRequestV0) (findCoordinatorResponseV0, error) {
585 if err := t.conn.SetDeadline(time.Now().Add(t.timeout)); err != nil {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected