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 741761a7
authored
Aug 21, 2025
by
wenshuaiying
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决配置key大小写问题
1 parent
45d59e2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/viontech/keliu/consumer/MallFaceCaptureConsumer.java
src/main/java/com/viontech/keliu/consumer/MallFaceCaptureConsumer.java
View file @
741761a
...
@@ -47,7 +47,7 @@ public class MallFaceCaptureConsumer {
...
@@ -47,7 +47,7 @@ public class MallFaceCaptureConsumer {
private
SpeedStatService
speedStatService
;
private
SpeedStatService
speedStatService
;
@KafkaListener
(
topicPattern
=
"Store_FaceCapture_.*"
@KafkaListener
(
topicPattern
=
"Store_FaceCapture_.*"
,
autoStartup
=
"${vion.consumer.
S
toreFaceCapture.autoStartup:false}"
,
autoStartup
=
"${vion.consumer.
s
toreFaceCapture.autoStartup:false}"
,
groupId
=
"StoreFaceCaptureToDb"
,
groupId
=
"StoreFaceCaptureToDb"
,
concurrency
=
"${vion.consumer.storeFaceCapture.concurrency:1}"
)
,
concurrency
=
"${vion.consumer.storeFaceCapture.concurrency:1}"
)
public
void
consumerMallFaceCapture
(
List
<
ConsumerRecord
<
String
,
String
>>
recordList
,
Consumer
<?,
?>
consumer
)
{
public
void
consumerMallFaceCapture
(
List
<
ConsumerRecord
<
String
,
String
>>
recordList
,
Consumer
<?,
?>
consumer
)
{
...
...
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