Madhuram Jajoo
Madhuram Jajoo
Are you saying you have a different issue in fhircore ?
I think I know what might be causing an error. There is another bug in the KM where loading by Url "AND Version" causes problem. Try the current PR.
Hey @SebaMutuku. You are probably right in why duplicate resources are being returned in search - because of duplicate DateTimeIndexEntity records. However, I am not able to observe duplicate DateTimeIndexEntity...
`LocalChangeEntity` has one record per resource. Do you mean to check `DateTimeIndexEntity` table ?
@santosh-pingle Since you are looking into this PR, its ready for review. @LZRS Requesting to confirm and check all the items under checklist in the issue description.
With merging of #2448 I guess we can close this ? @nsabale7 ?
Please also run `./gradlew spotlessapply`
@ktarasenko @jingtang10 Can you take a look at this? Thanks
I think what we can do is have singletons for Uploader and Downloader but create FhirSynchronizer for each job. Reason being we may wanna overwrite custom uploader / downloader given...
I feel this approach cannot solve for SingResource uploading strategy. Issue #2454. But I also believe we should not discard this strategy as some fhir servers may not support bundle...