MCPcopy
hub / github.com/IBM/sarama / FindCoordinatorResponse

Struct FindCoordinatorResponse

find_coordinator_response.go:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7var NoNode = &Broker{id: -1, addr: ":-1"}
8
9type FindCoordinatorResponse struct {
10 Version int16
11 ThrottleTime time.Duration
12 Err KError
13 ErrMsg *string
14 Coordinator *Broker
15}
16
17func (f *FindCoordinatorResponse) setVersion(v int16) {
18 f.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected