Commit deb6653c authored by songxiaohang's avatar songxiaohang

add:kafka.ini

parent 9e796be6
[common]
[gateway : common]
[prod-gateway : gateway : common]
[perf-gateway : gateway : common]
[test-gateway : gateway : common]
[dev-gateway : test-gateway : gateway : common]
;商户项目配置
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
[prod-merchant : merchant : common]
[perf-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
[dev-merchant : test-merchant : prod-merchant : merchant : common]
;触达项目
[interaction : common]
[prod-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_prod'
[perf-interaction : prod-interaction : interaction : common]
[test-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_test'
[dev-interaction : test-interaction : interaction : common]
subscribe.broker_list='10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic='bp_str_jielong_subscribe_notify_dev'
;商品项目
[goods : common]
[prod-goods : goods : common]
[perf-goods : goods : common]
[test-goods : goods : common]
[dev-goods : test-goods : goods : common]
;订单项目
[order : common]
[prod-order : order : common]
[perf-order : order : common]
[test-order : order : common]
[dev-order : test-order : order : common]
;优惠券项目
[coupon : common]
[prod-coupon : coupon : common]
[perf-order : coupon : common]
[test-order : coupon : common]
[dev-coupon : test-coupon : coupon : common]
;钱包项目
[wallet : common]
[prod-wallet : wallet : common]
[perf-wallet : wallet : common]
[test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment