You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
650 B
50 lines
650 B
Global:
|
|
Source: "config(local)"
|
|
ChangeMe: "v1"
|
|
|
|
Etcd:
|
|
Address: "localhost"
|
|
Port: 2379
|
|
|
|
Server:
|
|
Name: "DouTokMessageServer"
|
|
Address: "127.0.0.1"
|
|
Port: 8094
|
|
|
|
Client:
|
|
Echo: true
|
|
Foo: "bar"
|
|
Servers:
|
|
- "127.0.0.1"
|
|
- "192.168.1.1"
|
|
|
|
Snowflake:
|
|
Node: 10
|
|
|
|
Hbase:
|
|
Host: "localhost"
|
|
Table: "message"
|
|
MessageNum: 50
|
|
|
|
Redis:
|
|
Host: "localhost"
|
|
Port: 6379
|
|
Password: "root"
|
|
DataBases: 5
|
|
|
|
Kafka:
|
|
Brokers:
|
|
- "YOUR_OWN_IP:9092"
|
|
Topics:
|
|
- "message_1"
|
|
# - "message_2"
|
|
GroupIds:
|
|
- "message01"
|
|
- "message02"
|
|
- "message03"
|
|
- "message04"
|
|
- "message05"
|
|
|
|
Otel:
|
|
Host: "82.156.171.8"
|
|
Port: 4317
|