Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
毛树良
/
VVAS-DataCenter-DBWriter
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c8f1cb7b
authored
Aug 20, 2025
by
wenshuaiying
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决topic错误
1 parent
42638e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/viontech/keliu/consumer/MallZoneMinuteCountDataConsumer.java
src/main/java/com/viontech/keliu/consumer/MallZoneMinuteCountDataConsumer.java
View file @
c8f1cb7
...
@@ -37,7 +37,7 @@ public class MallZoneMinuteCountDataConsumer {
...
@@ -37,7 +37,7 @@ public class MallZoneMinuteCountDataConsumer {
@Resource
@Resource
private
SpeedStatService
speedStatService
;
private
SpeedStatService
speedStatService
;
@KafkaListener
(
topics
=
KafkaConstants
.
MALL
_ZONE_MINUTE_COUNT_DATA_TOPIC
@KafkaListener
(
topics
=
KafkaConstants
.
STORE
_ZONE_MINUTE_COUNT_DATA_TOPIC
,
autoStartup
=
"${vion.consumer.mallZoneMinuteCount.autoStartup:false}"
,
autoStartup
=
"${vion.consumer.mallZoneMinuteCount.autoStartup:false}"
,
groupId
=
"MallZoneMinuteCountToDb"
,
groupId
=
"MallZoneMinuteCountToDb"
,
concurrency
=
"${vion.consumer.mallZoneMinuteCount.concurrency:1}"
)
,
concurrency
=
"${vion.consumer.mallZoneMinuteCount.concurrency:1}"
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment