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:30:31 UTC

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

apupier edited a comment on issue #292:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/292#issuecomment-784095340


   > > 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
   > ```
   
   ok sounds like the Camel Catalog is reporting false positive for API based components in Properties files then.
   
   reported https://issues.apache.org/jira/browse/CAMEL-16247
   
   


----------------------------------------------------------------
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