lburgazzoli commented on PR #12857:
URL: https://github.com/apache/camel/pull/12857#issuecomment-1903780061

   > It may be that the docs for language is a mostly a copy of the component 
doc. I think I didnt see an example how to use it as a language. Also what is 
the benefit of a language vs a component. 
   
   yeah at this very early stage, a language and a component are pretty much 
similar, the only difference is that at this stage the component acts on the 
whole exchange, so it can change headers & what not, whereas the language can 
only change the payload or be used as a predicate. 
   
   I expect things to be improved over time, also depending on the maturity of 
the runtime.
   
   About the documents, do we have a place where we can put some common docs ?
   
   > Can you have very little wasm function scripts that you can inlined in a 
camel language, or would you always have these in external files.
   
   It will always be an external resource since what the wasm runtime runs is a 
Wasm bitecode.
   
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to