Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wj-datacenter-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jinan
wj-datacenter-platform
Commits
b8f16883
Commit
b8f16883
authored
Jan 17, 2025
by
zhoushiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
事件插入通知
parent
e9d2e77c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
KafkaProducerServiceHandler.java
...t/wanji/datacenter/kafka/KafkaProducerServiceHandler.java
+1
-1
EventDataServiceImpl.java
...va/net/wanji/datacenter/service/EventDataServiceImpl.java
+2
-2
No files found.
wj-datacenter-service/src/main/java/net/wanji/datacenter/kafka/KafkaProducerService.java
→
wj-datacenter-service/src/main/java/net/wanji/datacenter/kafka/KafkaProducerService
Handler
.java
View file @
b8f16883
...
...
@@ -11,7 +11,7 @@ import javax.annotation.Resource;
@Component
@Slf4j
public
class
KafkaProducerService
{
public
class
KafkaProducerService
Handler
{
private
final
Logger
logger
=
LoggerFactory
.
getLogger
(
this
.
getClass
());
...
...
wj-datacenter-service/src/main/java/net/wanji/datacenter/service/EventDataServiceImpl.java
View file @
b8f16883
...
...
@@ -8,7 +8,7 @@ import net.wanji.common.utils.tool.JacksonUtils;
import
net.wanji.common.utils.tool.StringUtils
;
import
net.wanji.datacenter.cache.CrossGreenWaveInfoCache
;
import
net.wanji.datacenter.constant.EventAbnormalEnum
;
import
net.wanji.datacenter.kafka.KafkaProducerService
;
import
net.wanji.datacenter.kafka.KafkaProducerService
Handler
;
import
net.wanji.datacenter.mapper.EventInfoMapper
;
import
net.wanji.datacenter.pojo.dto.EventDataDTO
;
import
net.wanji.datacenter.pojo.po.EventInfoPO
;
...
...
@@ -32,7 +32,7 @@ public class EventDataServiceImpl implements EventDataService {
@Resource
private
EventInfoMapper
eventInfoMapper
;
@Resource
private
KafkaProducerService
kafkaProducerService
;
private
KafkaProducerService
Handler
kafkaProducerService
;
@Transactional
(
rollbackFor
=
Exception
.
class
)
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment