Skip to content

Commit

Permalink
issue with campaign consume - commented the consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Feb 15, 2022
1 parent 66af60e commit 495984d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class CampaignConsumer {
@Autowired
private CampaignService campaignService;

@KafkaListener(id = "${campaign}", topics = "${campaign}")
// @KafkaListener(id = "${campaign}", topics = "${campaign}")
public void consumeMessage(String campaignID) throws Exception {
log.info("CampaignID {}", campaignID);
processMessage(campaignID)
Expand Down

0 comments on commit 495984d

Please sign in to comment.