lburgazzoli commented on issue #160: remove components/registry configuration 
dsl
URL: https://github.com/apache/camel-k-runtime/issues/160#issuecomment-542569161
 
 
   Something like:
   
   ```groovy
   beans {
       seda(SedaComponent) {
           // set value as method
           queueSize 1234
   
           // set value as property
           concurrentConsumers = 12
       }
   }
   ```
   
   it is not a compact as the `component` dsl but it is consistent (also for 
tooling POV)
   

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


With regards,
Apache Git Services

Reply via email to