Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/weaviate/weaviate
/ replicationClient
Struct
replicationClient
adapters/clients/replication.go:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
)
58
59
type
replicationClient
struct
{
60
retryClient
61
zstdEncoderPool sync.Pool
62
}
63
64
var
_ replica.Client = (*replicationClient)(nil)
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected