mschuch opened a new issue #402: URL: https://github.com/apache/camel-kafka-connector/issues/402
Hi i wanted to try the kafka fhir source connector with the following property file: ```json { name: "FhirKAfka", config: { connector.class: "org.apache.camel.kafkaconnector.fhir.CamelFhirSourceConnector", key.converter: "org.apache.kafka.connect.storage.StringConverter", value.converter: "org.apache.kafka.connect.storage.StringConverter", camel.source.url: "http://hapi.fhir.org/baseR4/Patient/1254233", camel.source.path.apiName: "read", camel.source.path.methodName: "Patient" } } ``` Now i am stuck which of the properties if have to use, how I can test it with the open fhir test server. Which of the properties are mandatory? I think the endpoint should look like: `fhir//:apiName/methodName?[options] ` I am just lost and need an example how that can work. Thank you. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org