camel-fhir-source-kafka-connector source configuration
Connector Description: Receive data from Fhir server.
When using camel-fhir-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-fhir-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.fhirsource.CamelFhirsourceSourceConnector
The camel-fhir-source source connector supports 7 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Fhir server url. |
HIGH |
||
The Fhir resource type url. |
"/Patient" |
MEDIUM |
|
Encoding to use for all request. Possible values are JSON and XML. |
"JSON" |
MEDIUM |
|
The FHIR Version to use. There are 6 enums and the value can be one of DSTU2, DSTU2_HL7ORG, DSTU2_1, DSTU3, R4, R5. |
"R4" |
MEDIUM |
|
Required The username to access the Fhir server. |
HIGH |
||
Required The password to access the Fhir server. |
HIGH |
||
Define if the Json must be pretty print or not. |
true |
MEDIUM |
The camel-fhir-source source connector has no converters out of the box.
The camel-fhir-source source connector has no transforms out of the box.
The camel-fhir-source source connector has no aggregation strategies out of the box.