mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-10 00:42:07 +08:00
部分controller接口集成测试
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# 接口基本地址
|
||||
base-url = http://localhost:8080
|
||||
# appId
|
||||
appId = dkm_admin
|
||||
# 存活的brokerId
|
||||
alive-brokerId = 1
|
||||
|
||||
# 集群名称
|
||||
cluster.name = integrationTestCluster
|
||||
# 集群地址
|
||||
cluster.bootstrap.address = 10.190.46.198:9093,10.190.14.237:9093,10.190.50.65:9093
|
||||
# zk地址
|
||||
cluster.zookeeper.address = 10.190.46.198:2181,10.190.14.237:2181,10.190.50.65:2181/xg
|
||||
# 物理集群在数据库中的Id
|
||||
physicalCluster.id.in.mysql = 1
|
||||
# 逻辑集群在数据库中的Id(新创建的逻辑集群并不能立即加载到缓存中,所以需要用已创建好的)
|
||||
logicalCluster.id.in.mysql = 7
|
||||
logicalCluster.name = integrationTestLogicalCluster
|
||||
|
||||
# 集成测试用的Topic
|
||||
topic.name = integrationTestTopic
|
||||
# 集成测试用的region
|
||||
region.name = integrationTestRegion
|
||||
|
||||
# gateway相关配置
|
||||
gateway.config.type = SD_CLUSTER_ID
|
||||
gateway.config.name = integrationTest_SD
|
||||
gateway.config.value = 127.0.0.1
|
||||
gateway.config.description = integrationTest
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user