test.toml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. [MemberBinLog]
  2. key = "4ba46ba31f9a44ef"
  3. secret = "e4c5a7fce28695209e6b4f0af8cf91c5"
  4. group = "MemberBinlog-MainAccount-S"
  5. topic = "MemberBinlog-T"
  6. action = "sub"
  7. offset = "old"
  8. buffer = 2048
  9. name = "member-cache-job/databus"
  10. proto = "tcp"
  11. addr = "172.16.33.158:6205"
  12. idle = 100
  13. active = 100
  14. dialTimeout = "1s"
  15. readTimeout = "60s"
  16. writeTimeout = "1s"
  17. idleTimeout = "10s"
  18. [BlockBinLog]
  19. key = "4ba46ba31f9a44ef"
  20. secret = "e4c5a7fce28695209e6b4f0af8cf91c5"
  21. group = "BlockBinlog-MainAccount-S"
  22. topic = "BlockBinlog-T"
  23. action = "sub"
  24. offset = "old"
  25. buffer = 2048
  26. name = "member-cache-job/databus"
  27. proto = "tcp"
  28. addr = "172.16.33.158:6205"
  29. idle = 100
  30. active = 100
  31. dialTimeout = "1s"
  32. readTimeout = "60s"
  33. writeTimeout = "1s"
  34. idleTimeout = "10s"
  35. [AccountNotify]
  36. key = "4ba46ba31f9a44ef"
  37. secret = "99985eb4451cfb1b899ca0fbe3c4bdc8"
  38. group = "AccountNotify-Notify-P"
  39. topic = "AccountNotify-T"
  40. action = "pub"
  41. buffer = 2048
  42. name = "account-notify-job/databus"
  43. proto = "tcp"
  44. addr = "172.16.33.158:6205"
  45. idle = 1
  46. active = 1
  47. dialTimeout = "1s"
  48. readTimeout = "60s"
  49. writeTimeout = "1s"
  50. idleTimeout = "10s"
  51. [MemberMemcache]
  52. name = "member"
  53. proto = "tcp"
  54. addr = "172.16.33.54:11211"
  55. idle = 5
  56. active = 10
  57. dialTimeout = "1s"
  58. readTimeout = "1s"
  59. writeTimeout = "1s"
  60. idleTimeout = "10s"
  61. expire = "24h"
  62. [BlockMemcache]
  63. name = "block"
  64. proto = "tcp"
  65. addr = "172.16.33.54:11211"
  66. idle = 5
  67. active = 10
  68. dialTimeout = "1s"
  69. readTimeout = "1s"
  70. writeTimeout = "1s"
  71. idleTimeout = "10s"
  72. expire = "24h"