Skip to content

Commit

Permalink
[stream] 优化大仓触发耗时 TencentBlueKing#10861
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Aug 23, 2024
1 parent 40c2de6 commit e9e073a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class UserMessageConsumer @Autowired constructor(
private val consumer: UserMessageConsumer
) : Runnable {

private val lock = "user_message_process_${consumer.bkTag}"
private val lock = "user_message_process_${consumer.bkTag.getLocalTag()}"
private val key = consumer.bufferKey()

companion object {
Expand Down

0 comments on commit e9e073a

Please sign in to comment.