Skip to content

Commit

Permalink
feat: nodeUpdateAccessDateEventConsumer迁移到common-metadata #2879
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan authored Jan 8, 2025
1 parent beb0de2 commit cec31c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class MetadataAutoConfiguration {

// 之前继承Consumer方式框架升级后会报错,https://github.com/spring-cloud/spring-cloud-stream/issues/2704
@Bean("nodeUpdateAccessDate")
@Conditional(SyncCondition::class)
fun nodeUpdateAccessDateEventConsumer(
nodeUpdateAccessDateEventListener: NodeUpdateAccessDateEventListener
): Consumer<Message<ArtifactEvent>> {
Expand Down

0 comments on commit cec31c0

Please sign in to comment.