Update yoho-search-producer-autoconfig.properties
Showing
1 changed file
with
25 additions
and
7 deletions
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties |
3 | 3 | ||
4 | yoho.search.producer.env.namespace = search-producer | 4 | yoho.search.producer.env.namespace = search-producer |
5 | yoho.search.producer.env.serverport = 9 | 5 | yoho.search.producer.env.serverport = 9 |
@@ -7,16 +7,34 @@ yoho.search.producer.env.webapphome = /home/test/yoho-search-producer/deploy | @@ -7,16 +7,34 @@ yoho.search.producer.env.webapphome = /home/test/yoho-search-producer/deploy | ||
7 | 7 | ||
8 | ## search configuration begin | 8 | ## search configuration begin |
9 | 9 | ||
10 | -//canal | 10 | +##canal |
11 | canal.hostType=zkCluster | 11 | canal.hostType=zkCluster |
12 | canal.server.port=zk01.yohoops.org:2181 | 12 | canal.server.port=zk01.yohoops.org:2181 |
13 | 13 | ||
14 | -//canal-shop | 14 | +##canal-shop |
15 | canal.destination.shop=shops | 15 | canal.destination.shop=shops |
16 | -canal.subscribeChannel.shop=yh_shops.brand,yh_shops.goods,yh_shops.goods_images,yh_shops.product,yh_shops.product_color,yh_shops.product_price,yh_shops.product_sort,yh_shops.product_standard_relation,yh_shops.product_style_relation,yh_shops.size,yh_shops.storage,yh_shops.standard,yh_shops.style,yh_shops.product_activities_link,yh_shops.product_search,yh_shops.parameter_make,yh_shops.search_action,yh_shops.product_keywords | 16 | +canal.subscribeChannel.shop=yh_shops.product_attribute_property_values,yh_shops.brand,yh_shops.goods,yh_shops.goods_images,yh_shops.product,yh_shops.product_color,yh_shops.product_price,yh_shops.product_sort,yh_shops.product_standard_relation,yh_shops.product_style_relation,yh_shops.size,yh_shops.storage,yh_shops.standard,yh_shops.style,yh_shops.product_activities_link,yh_shops.product_search,yh_shops.parameter_make,yh_shops.search_action,yh_shops.product_keywords,yh_shops.product_price_plan,yh_shops.product_timing,yh_shops.shops,yh_shops.shops_brands,yh_shops.sales_category |
17 | 17 | ||
18 | -//canal-operation | 18 | +##canal-operation |
19 | canal.destination.operation=operations | 19 | canal.destination.operation=operations |
20 | -canal.subscribeChannel.operation=yhb_operations.activity_product | 20 | +canal.subscribeChannel.operation=yhb_operations.suggest_word_custom,yhb_operations.suggest_conversion_custom,yhb_operations.activity_product,yhb_operations.es_word_def |
21 | 21 | ||
22 | -## search configuration fininshed | 22 | +##cancal-erpproduct |
23 | +canal.destination.erpproduct=erpproduct | ||
24 | +canal.subscribeChannel.erpproduct=erp_product.product_pool_detail,erp_product.product_ext,erp_product.product_attribute | ||
25 | + | ||
26 | +##cancal-erpcustomerservice | ||
27 | +canal.destination.erpcustomerservice=erpcustomerservice | ||
28 | +canal.subscribeChannel.erpcustomerservice=erp_customer_service.robot_question | ||
29 | + | ||
30 | +##cancal-helper | ||
31 | +canal.destination.helper=helper | ||
32 | +canal.subscribeChannel.helper=yh_helper.helper | ||
33 | + | ||
34 | +##cancal-yhgeditor | ||
35 | +canal.destination.yhgeditor=yhgeditor | ||
36 | +canal.subscribeChannel.yhgeditor=yhg_editor.tbl_brand,yhg_editor.tbl_site,yhg_editor.tbl_sort | ||
37 | + | ||
38 | +##cancal-yhgproduct | ||
39 | +canal.destination.yhgproduct=yhgproduct | ||
40 | +canal.subscribeChannel.yhgproduct=yhg_product.tbl_product,yhg_product.tbl_product_skc,yhg_product.tbl_product_sku |
-
Please register or login to post a comment