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 45d59e2c
authored
Aug 21, 2025
by
wenshuaiying
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
替换topic的名字及配置key
1 parent
4f7cf1fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/viontech/keliu/consumer/MallGateMinuteCountDataConsumer.java
src/main/java/com/viontech/keliu/consumer/MallGateMinuteCountDataConsumer.java
View file @
45d59e2
...
...
@@ -39,7 +39,7 @@ public class MallGateMinuteCountDataConsumer {
@KafkaListener
(
topics
=
KafkaConstants
.
STORE_GATE_MINUTE_COUNT_DATA_TOPIC
,
autoStartup
=
"${vion.consumer.storeGateMinuteCount.autoStartup:false}"
,
groupId
=
"
Mall
GateMinuteCountToDb"
,
groupId
=
"
Store
GateMinuteCountToDb"
,
concurrency
=
"${vion.consumer.storeGateMinuteCount.concurrency:1}"
)
public
void
consumerMallGateMinuteCount
(
List
<
ConsumerRecord
<
String
,
String
>>
recordList
,
Acknowledgment
ack
)
{
if
(
CollectionUtils
.
isEmpty
(
recordList
))
{
...
...
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