You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/23 10:12:49 UTC

[GitHub] [camel-kafka-connector-examples] luigidemasi commented on issue #292: Fhir Source example is using 2 properties not part of the catalog

luigidemasi commented on issue #292:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/292#issuecomment-784070372


   > camel.source.marshal is a dataformat specification, so it's not part of the catalog ootb.
   > 
   > The other yes, it should be camel.source.endpoint.serverUrl
   > 
   > @luigidemasi is that a leftover? Thanks
   
   No, it's not. It's the first parameter of the [searchByUrl](https://camel.apache.org/components/latest/fhir-component.html#_api_search) method.
   
   ```java-properties
   camel.source.endpoint.serverUrl=http://hapi.fhir.org/baseR4
   camel.source.endpoint.url=/Patient
   ```


----------------------------------------------------------------
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:
users@infra.apache.org