Skip to content

Commit

Permalink
Merge pull request #20 from surabhi-mahawar/release-4.4.0
Browse files Browse the repository at this point in the history
Removed kafka listener for campaign
  • Loading branch information
surabhi-mahawar authored Dec 22, 2021
2 parents 26f58c5 + fad5e80 commit ffc0dc8
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 ffc0dc8

Please sign in to comment.