Open subhashini-egov opened 1 month ago
@subhashini-egov @manimaarans as part of this fix,
Hi @Ramu-kandimalla @rajeshcherukumalli, Verified the cases transactions, all are working fine in dpg-dev environment. Verified the transaction logs using the below command --kubectl logs svc/transformer -n egov | grep KL-000294-2024
Below are verified transactions,
Describe the bug ElasticSearch indexes will be out of sync with RDBMS due to usage of multiple Kafka topics. Not all of them are being updated in the Indexer.
All three are used in some combination and they all overwrite the same index. This is problematic as changes to the DPG indices might cause problems with the solutions layer etc..Separation of indices for dashboarding vs. raw indices as emitted by the services needs to be in place.
Expected behavior
Whenever RDBMS data changes, it should be emitted to a relevant topic; This should then be used to update all the relevant ES indices - wherever the service data is being used.
CC: @atulgupta2024 @devarajd94 @suresh12