Commit 6b1128b336dafe264a1366ec7c093861b3905b4c
1 parent
395fa3e8
1.浦东电科又改kafka地址了
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -30,7 +30,7 @@ spring.redis.password=bsth_control_001 |
| 30 | 30 | spring.redis.port=28008 |
| 31 | 31 | |
| 32 | 32 | #kafka |
| 33 | -spring.kafka.bootstrap-servers=47.106.82.232:9092 | |
| 33 | +spring.kafka.bootstrap-servers=112.64.45.51:19092,112.64.45.51:19093,112.64.45.51:19094,112.64.45.51:19095 | |
| 34 | 34 | spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer |
| 35 | 35 | spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer |
| 36 | 36 | spring.kafka.producer.buffer-memory=33554432 | ... | ... |