lburgazzoli edited a comment on issue #303:
URL: https://github.com/apache/camel-k-runtime/issues/303#issuecomment-616425312


   [Added](https://github.com/apache/camel-k-runtime/pull/309) support for:
   - ServiceCall
   - Saga
   - Rollback
   
   
   for the service call instead of exposing all the configuration options. we 
can use yaml tags, like:
   
   ```yaml
   service-call:
       ...
       service-discovery-configuration: 
!org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
           servers:
               - "service1@host1"
               - "service1@host2"                         
       service-filter-configuration: 
!org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
           servers:
               - "service2@host1"
   ```


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


Reply via email to