Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo committed Aug 23, 2024
1 parent 01b64fe commit b4e12d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void getMediaMessages(@Payload String message) throws DataCiteApiExceptio
@RetryableTopic(
attempts = "1",
dltStrategy = DltStrategy.FAIL_ON_ERROR)
@KafkaListener(topics = "tombstone", groupId = "${spring.kafka.consumer.group-id}")
@KafkaListener(topics = "${kafka.consumer.topic.tombstone}", groupId = "${spring.kafka.consumer.group-id}")
public void tombstoneDois(@Payload String message) throws DataCiteApiException, InvalidRequestException {
try {
var event = mapper.readValue(message, TombstoneEvent.class);
Expand Down

0 comments on commit b4e12d6

Please sign in to comment.