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

Method stopConsuming

consumer.go:1362–1366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1360}
1361
1362func (bc *brokerConsumer) stopConsuming() {
1363 bc.stopOnce.Do(func() {
1364 close(bc.stop)
1365 })
1366}
1367
1368func (bc *brokerConsumer) releaseSubscription(child *partitionConsumer) {
1369 if subscription, ok := bc.subscriptions[child]; ok {

Callers 2

abortMethod · 0.95
unrefBrokerConsumerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected