push-search-test.toml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. [log]
  2. stdout=true
  3. [group]
  4. [group.RoomInfo]
  5. num = 32
  6. chan = 1024
  7. [group.Attention]
  8. num = 32
  9. chan = 1024
  10. [group.UserInfo]
  11. num = 32
  12. chan = 1024
  13. [databus]
  14. [databus.PushSearch]
  15. key = "ec4c0820d525d67b"
  16. secret= "e20f8f664bf10722efeb6aac0cc16011"
  17. group= "RoomUpdateToSearch-LiveLive-P"
  18. topic= "RoomUpdateToSearch-T"
  19. action="pub"
  20. name = "live-search"
  21. proto = "tcp"
  22. addr = "172.18.33.50:6205"
  23. idle = 100
  24. active = 100
  25. dialTimeout = "10s"
  26. readTimeout = "40s"
  27. writeTimeout = "10s"
  28. idleTimeout = "60s"
  29. [databus.RoomInfo]
  30. key = "ec4c0820d525d67b"
  31. secret= "e20f8f664bf10722efeb6aac0cc16011"
  32. group= "ApRoomBinlog-LiveLive-S"
  33. topic= "ApRoomBinlog-T"
  34. action="sub"
  35. name = "live-roomInfo-change"
  36. proto = "tcp"
  37. addr = "172.18.33.50:6205"
  38. idle = 100
  39. active = 100
  40. dialTimeout = "10s"
  41. readTimeout = "40s"
  42. writeTimeout = "10s"
  43. idleTimeout = "60s"
  44. [databus.Attention]
  45. key = "ec4c0820d525d67b"
  46. secret= "e20f8f664bf10722efeb6aac0cc16011"
  47. group= "LiveRelationChanged-LiveLive-S"
  48. topic= "LiveRelationChanged-T"
  49. action="sub"
  50. name = "live-attention-change"
  51. proto = "tcp"
  52. addr = "172.18.33.50:6205"
  53. idle = 100
  54. active = 100
  55. dialTimeout = "10s"
  56. readTimeout = "40s"
  57. writeTimeout = "10s"
  58. idleTimeout = "60s"
  59. [databus.UserName]
  60. key = "ec4c0820d525d67b"
  61. secret= "e20f8f664bf10722efeb6aac0cc16011"
  62. group= "BannedUserSyn-LiveLive-Search-S"
  63. topic= "BannedUserSyn-T"
  64. action="sub"
  65. name = "live-userName-change"
  66. proto = "tcp"
  67. addr = "172.18.33.50:6205"
  68. idle = 100
  69. active = 100
  70. dialTimeout = "10s"
  71. readTimeout = "40s"
  72. writeTimeout = "10s"
  73. idleTimeout = "60s"
  74. [SearchHBase]
  75. master = ""
  76. meta = ""
  77. dialTimeout = "1s"
  78. readTimeout = "2s"
  79. readsTimeout = "5s"
  80. writeTimeout = "2s"
  81. writesTimeout = "5s"
  82. [SearchHBase.zookeeper]
  83. root = ""
  84. addrs = ["172.18.33.131:2181","172.18.33.168:2181","172.18.33.169:2181"]
  85. timeout = "30s"
  86. [liverpc]
  87. [liverpc.room]
  88. AppID = "live.room"
  89. ConnTimeout = "50ms"
  90. [liverpc.relation]
  91. AppID = "live.relation"
  92. ConnTimeout = "50ms"
  93. [liverpc.user]
  94. AppID = "live.user"
  95. ConnTimeout = "50ms"