Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ccfos/nightingale
/ Close
Method
Close
pushgw/kafka/producer.go:125–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(p *SyncProducerWrapper) Close() error {
126
close(p.stop)
127
return
p.syncProducer.Close()
128
}
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected