You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.1KB

  1. {
  2. "dsp": {
  3. "active": "dev"
  4. },
  5. "kafka": {
  6. "topic": {
  7. "dsp-push-stream-task-topic": "dsp-push-stream-task",
  8. "dsp-push-stream-result-topic": "dsp-push-stream-result"
  9. },
  10. "dev": {
  11. "bootstrap_servers": ["192.168.11.13:9092"],
  12. "dsp-alg-online-tasks": {
  13. "partition": [0]
  14. },
  15. "dsp-alg-offline-tasks": {
  16. "partition": [0]
  17. },
  18. "dsp-alg-task-results": {
  19. "partition": [0]
  20. },
  21. "producer": {
  22. "acks": -1,
  23. "retries": 3,
  24. "linger_ms": 50,
  25. "retry_backoff_ms": 1000,
  26. "max_in_flight_requests_per_connection": 5
  27. },
  28. "consumer": {
  29. "client_id": "dsp_tool_server",
  30. "group_id": "dsp-tool-dev",
  31. "auto_offset_reset": "latest",
  32. "enable_auto_commit": 0,
  33. "max_poll_records": 1
  34. }
  35. },
  36. "test": {
  37. "bootstrap_servers": ["106.14.96.218:19092"],
  38. "dsp-alg-online-tasks": {
  39. "partition": [0]
  40. },
  41. "dsp-alg-offline-tasks": {
  42. "partition": [0]
  43. },
  44. "dsp-alg-task-results": {
  45. "partition": [0]
  46. },
  47. "producer": {
  48. "acks": -1,
  49. "retries": 3,
  50. "linger_ms": 50,
  51. "retry_backoff_ms": 1000,
  52. "max_in_flight_requests_per_connection": 5
  53. },
  54. "consumer": {
  55. "client_id": "dsp_tool_server",
  56. "group_id": "dsp-tool-test",
  57. "auto_offset_reset": "latest",
  58. "enable_auto_commit": 0,
  59. "max_poll_records": 1
  60. }
  61. },
  62. "prod": {
  63. "bootstrap_servers": ["101.132.127.1:19094"],
  64. "dsp-alg-online-tasks": {
  65. "partition": [0]
  66. },
  67. "dsp-alg-offline-tasks": {
  68. "partition": [0]
  69. },
  70. "dsp-alg-task-results": {
  71. "partition": [0]
  72. },
  73. "producer": {
  74. "acks": -1,
  75. "retries": 3,
  76. "linger_ms": 50,
  77. "retry_backoff_ms": 1000,
  78. "max_in_flight_requests_per_connection": 5
  79. },
  80. "consumer": {
  81. "client_id": "dsp_tool_server",
  82. "group_id": "dsp-tool-prod",
  83. "auto_offset_reset": "latest",
  84. "enable_auto_commit": 0,
  85. "max_poll_records": 1
  86. }
  87. }
  88. }
  89. }