java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
service-api/src/main/resources/application-dev.yml
old mode 100644 new mode 100755
@@ -44,6 +44,14 @@
      min-idle: 0
      timeout: 0
feign:
  client:
    config:
      default:
        connect-timeout: 10000
        read-timeout: 20000
#============== kafka ===================
kafka:
  consumer:
@@ -62,7 +70,7 @@
        reset: latest
    topic: test
    group:
      id: notifyBusinessStatus
      id: -1  # -1 表示自己生成 走广播模式
    concurrency: 10
  producer: