Skip to content

Commit

Permalink
updated in yaml and in kafka listerner
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasudhasundaram committed Jan 16, 2025
1 parent 70d8333 commit 6d34997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ enum Entity {
"${spring.kafka.topic.case_management}",
"${spring.kafka.topic.interview}",
"${spring.kafka.topic.ldf_data}",
"${spring.kafka.topic.observation}"
"${spring.kafka.topic.observation}",
"${spring.kafka.topic.place}"
})
public void postProcessMessage(
@Header(KafkaHeaders.RECEIVED_TOPIC) String topic,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spring:
case_management: nrt_investigation_case_management
interview: nrt_interview
ldf_data: nrt_ldf_data
datamart: nbs_Datamart
place: nrt_place
datamart: nbs_Datamart
dlq:
retry-suffix: -retry
dlq-suffix: -dlt
Expand Down

0 comments on commit 6d34997

Please sign in to comment.