mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
11 lines
217 B
Go
11 lines
217 B
Go
package common
|
|
|
|
import "time"
|
|
|
|
const (
|
|
PULSAR_URL = "pulsar://localhost:16650"
|
|
PULSAR_MONITER_INTERVAL = 1 * time.Second
|
|
PULSAR_TOPIC = "monitor-topic"
|
|
ETCD_ROOT_PATH = "by-dev"
|
|
)
|