|
@@ -13,7 +13,7 @@ rsa:
|
|
|
|
|
|
spring:
|
|
|
kafka:
|
|
|
- bootstrap-servers: 100.76.48.6:4309,100.76.48.7:4309,100.76.48.8:4309
|
|
|
+ bootstrap-servers: 100.76.25.12:4439,100.76.25.13:4439,100.76.25.14:4439
|
|
|
producer:
|
|
|
retries: 10000
|
|
|
batch-size: 16384
|
|
@@ -29,14 +29,14 @@ spring:
|
|
|
identification:
|
|
|
algorithm: ""
|
|
|
trust-store-location: "config/uatclient.truststore.jks"
|
|
|
- trust-store-password: test1234
|
|
|
- key-password: test1234
|
|
|
+ trust-store-password: cmsk-ioc-1234
|
|
|
+ key-password: cmsk-ioc-1234
|
|
|
key-store-location: "config/uatclient.keystore.jks"
|
|
|
- key-store-password: test1234
|
|
|
+ key-store-password: cmsk-ioc-1234
|
|
|
|
|
|
|
|
|
consumer:
|
|
|
- bootstrap-servers: 100.76.48.6:4309,100.76.48.7:4309,100.76.48.8:4309
|
|
|
+ bootstrap-servers: 100.76.25.12:4439,100.76.25.13:4439,100.76.25.14:4439
|
|
|
group-id: _consumer_
|
|
|
auto-offset-reset: earliest
|
|
|
key-deserializer: org.apache.kafka.common.serialization.StringDeserializer
|
|
@@ -52,10 +52,10 @@ spring:
|
|
|
identification:
|
|
|
algorithm: ""
|
|
|
trust-store-location: "config/uatclient.truststore.jks"
|
|
|
- trust-store-password: test1234
|
|
|
- key-password: test1234
|
|
|
+ trust-store-password: cmsk-ioc-1234
|
|
|
+ key-password: cmsk-ioc-1234
|
|
|
key-store-location: "config/uatclient.keystore.jks"
|
|
|
- key-store-password: test1234
|
|
|
+ key-store-password: cmsk-ioc-1234
|
|
|
|
|
|
|
|
|
alibaba:
|