2 Commits 727bea85bc ... 084c6fb71d

Autor SHA1 Mensagem Data
  xw 084c6fb71d Merge remote-tracking branch 'origin/bjcz_his_scrm' into bjcz_his_scrm 1 semana atrás
  xw 784af7abb5 重粉判断性能优化 1 semana atrás

+ 4 - 0
fs-service/src/main/resources/application-druid-bjczwh.yml

@@ -149,8 +149,12 @@ rocketmq:
         access-key: default # 替换为实际的 accessKey
         secret-key: O1VnW98G8Rmn0PoZ # 替换为实际的 secretKey
     consumer:
+        # 完课打备注(RocketMQConsumerCourseFinishService)
         topic: course-finish-notes
         group: course-finish-group
+        # 看课按项目重粉(RocketMQConsumerCourseRepeatByProjectService,与华为云 Topic/消费组一致)
+        repeat-topic: course-repeat-by-project
+        repeat-group: course-repeat-by-project-group
         access-key: default # 替换为实际的 accessKey
         secret-key: O1VnW98G8Rmn0PoZ # 替换为实际的 secretKey
 openIM: