|
|
@@ -30,8 +30,11 @@ spring:
|
|
|
userLogStreamConsumer-in-0:
|
|
|
destination: UserLogStream
|
|
|
group: ${project.artifactId}
|
|
|
+ unionFrictionChangeStream-in-0:
|
|
|
+ destination: UnionFrictionStateStream
|
|
|
+ group: ${project.artifactId}
|
|
|
function: #注意:此处有调整
|
|
|
- definition: userLogStreamConsumer
|
|
|
+ definition: userLogStreamConsumer;unionFrictionChangeStream
|
|
|
|
|
|
bus:
|
|
|
enabled: true
|