push-interface-test.toml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. version = "1.0.0"
  2. user = "nobody"
  3. pid = "/tmp/push.pid"
  4. dir = "./"
  5. family = "push"
  6. [log]
  7. dir = "/data/log/push/"
  8. [HTTPServer]
  9. addr = "0.0.0.0:7011"
  10. maxListen = 1000
  11. timeout = "1s"
  12. readTimeout = "1s"
  13. writeTimeout = "1s"
  14. [HTTPClient]
  15. dial = "50ms"
  16. timeout = "200ms"
  17. keepAlive = "60s"
  18. key = "f265dcfa28272742"
  19. secret = "437facc22dc8698b5544669bcc12348d"
  20. [HTTPClient.breaker]
  21. window ="1s"
  22. sleep ="10ms"
  23. bucket = 10
  24. ratio = 0.5
  25. request = 100
  26. [reportPub]
  27. key = "0QEO9F8JuuIxZzNDvklH"
  28. secret="0QEO9F8JuuIxZzNDvklI"
  29. group= "PushReport-Push-P"
  30. topic= "PushReport-T"
  31. action="pub"
  32. name = "push-report-pub"
  33. proto = "tcp"
  34. addr = "172.16.33.158:6205"
  35. idle = 100
  36. active = 100
  37. dialTimeout = "1s"
  38. readTimeout = "60s"
  39. writeTimeout = "1s"
  40. idleTimeout = "10s"
  41. [callbackPub]
  42. key = "dbe67e6a4c36f877"
  43. secret="6e6eb74cc73f2c8bff02fb40ee57da59"
  44. group= "PushCallback-MainCommonArch-P"
  45. topic= "PushCallback-T"
  46. action="pub"
  47. name = "push-callback-pub"
  48. proto = "tcp"
  49. addr = "172.16.33.158:6205"
  50. idle = 100
  51. active = 100
  52. dialTimeout = "1s"
  53. readTimeout = "60s"
  54. writeTimeout = "1s"
  55. idleTimeout = "10s"
  56. [push]
  57. callbackSize = 3 # callback 聚合数
  58. callbackChanLen = 1024000
  59. callbackGoroutines = 10