Commit 27461eedbdd2d42df00d34f9d8b3d2e9d497a083
1 parent
036f0af3
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=106.54.221.120:9092,106.54.221.120:9093,106.54.221.120:9094 | |
| 33 | +spring.kafka.bootstrap-servers=106.54.221.120:9092 | |
| 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 | ... | ... |