Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Send
Method
Send
worker/sink_handler.go:39–39 ·
view source on GitHub ↗
send in bulk to the sink
(messages []SinkMessage)
Source
from the content-addressed store, hash-verified
37
type
Sink
interface
{
38
// send in bulk to the sink
39
Send(messages []SinkMessage) error
40
// close sink
41
Close() error
42
}
Callers
15
doSendMessage
Method · 0.65
Heartbeat
Method · 0.65
Run
Method · 0.65
StreamMembership
Method · 0.65
Oracle
Method · 0.65
attemptDoneOnlyStream
Function · 0.65
streamSnapshotForGroup
Function · 0.65
streamBadger
Function · 0.65
processCDCEvents
Method · 0.65
handlePublisher
Method · 0.65
runForwardSubscriber
Method · 0.65
InStream
Function · 0.65
Implementers
2
kafkaSinkClient
worker/sink_handler.go
fileSink
worker/sink_handler.go
Calls
no outgoing calls
Tested by
1
attemptDoneOnlyStream
Function · 0.52