christophd commented on PR #4100: URL: https://github.com/apache/camel-k/pull/4100#issuecomment-1455765422
@squakez thanks for the questions > What is be the default behavior when the data type is not selected? Each Kamelet has a default behavior. There is a `default` field in the dataTypes section for in/out/error and this should reflect the default behavior. Only when users define some data type in the binding additional logic will be applied. > Would it be possible to include some E2E test covering the new scenario? Ie, creating a Kamelet that has some customized data type. Yes, of course. Many Kamelets being used in the e2e tests already use the `dataTypes` section (they have been using the old `types` section and I refactored the Kamelets to use the new structure). For the KameletBinding adding some e2e tests regarding data types will be a future task when the actual implementation follows. This PR only adds the data type specifications to the CRDs. I am going to work on the implementation in the binding as soon as this has been accepted and merged -- 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