Commit aa681ecde0ded1587bc7eea8eb2102f965ed8fff
1 parent
d8c9ff2f
1.加入kafka传电子路单至数据中台
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -29,6 +29,13 @@ spring.redis.host=10.10.150.24 |
| 29 | 29 | spring.redis.password=bsth_control_001 |
| 30 | 30 | spring.redis.port=28008 |
| 31 | 31 | |
| 32 | +#kafka | |
| 33 | +spring.kafka.bootstrap-servers=106.54.221.120:9092,106.54.221.120:9093,106.54.221.120:9094 | |
| 34 | +spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer | |
| 35 | +spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer | |
| 36 | +spring.kafka.producer.buffer-memory=33554432 | |
| 37 | +spring.kafka.producer.acks=all | |
| 38 | + | |
| 32 | 39 | http.control.service_data_url= http://10.10.200.121:49088/companyService |
| 33 | 40 | http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki |
| 34 | 41 | ... | ... |