Message Bus Helper Hapi Proxy
A helper package for the Kafka message bus.
A helper for Kafka message bus service, It sends data to the HAPI FHIR datastore and then to the Kafka message bus based on the response from HAPI FHIR.
More particularly:
It receives messages from OpenHIM
It sends the data to the HAPI FHIR server and waits for the response
It gets the response. According to the response status, it will send the message to the topic that corresponds to that status (
2xx, 4xx, 5xx, ...
)It will send back the response from HAPI FHIR to OpenHIM as well
Last updated