Stream: hapi
Topic: Transaction feeds. Subscription?
Kevin Mayfield (Jan 07 2020 at 16:24):
I'm after getting all the (CRUD) actions in HAPI JPA sent to others server for replication and another Subscription handling. Probably using this https://github.com/jamesagnew/hapi-fhir/wiki/Proposed-Subscription-Design-Change - is it part of hapi or just smile?
Can I configure the processing queue mentioned in the document?
Kevin Mayfield (Jan 07 2020 at 17:17):
Should subscriptions work on transaction bundles?
If I alter an Observation directly, subscription is triggered but if it's part of a transaction it doesn't.
dsh (Apr 06 2021 at 21:42):
@Kevin Mayfield did u find answers to your questions? do you mind sharing them?
Kevin Mayfield (Apr 07 2021 at 03:39):
I created an interceptor. Using pointcuts described on this page https://hapifhir.io/hapi-fhir/docs/interceptors/server_pointcuts.html#storage-jpa-server-pointcuts
Kevin Mayfield (Apr 07 2021 at 03:40):
So at that point we know the CRUD method and have the resources.
dsh (Apr 13 2021 at 17:55):
Kevin Mayfield said:
I created an interceptor. Using pointcuts described on this page https://hapifhir.io/hapi-fhir/docs/interceptors/server_pointcuts.html#storage-jpa-server-pointcuts
@Kevin Mayfield would you mind sharing the interceptor code you wrote? Not being a Java guy it's kind of hard to wrap my head around it
Last updated: Apr 12 2022 at 19:14 UTC