Optimize the Elasticsearch for better Response Time#131
Optimize the Elasticsearch for better Response Time#131vanitha1822 merged 15 commits intorelease-3.6.1from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| // Check existence | ||
| boolean exists = transactionalWrapper.existsByBenRegId(benRegIdBig); | ||
| if (!exists) { | ||
| logger.error("Beneficiary does not exist in database: {}", benRegId); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
| .id(doc.getBenId()) | ||
| .document(doc)); | ||
|
|
||
| logger.info("SUCCESS! Beneficiary {} synced to Elasticsearch with ABHA", benRegId); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low
|




📋 Description
JIRA ID:
AMM-1951
✅ Type of Change