Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
Indexer manages the state for which clusters are already being indexed.
func NewIndexer ¶
func NewIndexer(nc *nats.Conn, vzmgrClient vzmgrpb.VZMgrServiceClient, st msgbus.Streamer, es *elastic.Client, indexName, fromShardID, toShardID string) (*Indexer, error)
NewIndexer creates a new Vizier indexer. This is a wrapper around the Vizier Watcher, which starts the indexer for any active viziers.
Click to show internal directories.
Click to hide internal directories.