Re: Kamelet spec for types and/or dataTypes

2023-10-03 Thread Andrea Cosentino
Types will still be there and dataTypes are not mandatory. Essentially dataTypes will be used to define a way of transforming the output before passing to the sink. So you'll have for example as out a binary types as default: https://github.com/apache/camel-kamelets/blob/main/kamelets/aws-s3-sour

Re: Kamelet spec for types and/or dataTypes

2023-10-03 Thread Marat Gubaidullin
Are we going to remove types and use dataTypes instead? Is dataTypes mandatory for Kamelet? On Tue, Oct 3, 2023, 12:30 Andrea Cosentino wrote: > On the long term we plan to use dataTypes everywhere in the catalog. It's a > long work, but it makes the Kamelet metadata cleaner. > > Il giorno mar

Re: Kamelet spec for types and/or dataTypes

2023-10-03 Thread Andrea Cosentino
On the long term we plan to use dataTypes everywhere in the catalog. It's a long work, but it makes the Kamelet metadata cleaner. Il giorno mar 3 ott 2023 alle ore 18:14 Pasquale Congiusti < pasquale.congiu...@gmail.com> ha scritto: > Hi Marat, > I think this is quite up to date [1]. Mutliple dat

Re: Kamelet spec for types and/or dataTypes

2023-10-03 Thread Pasquale Congiusti
Hi Marat, I think this is quite up to date [1]. Mutliple data types is a new feature introduced in Camel 4 [2]. [1] https://camel.apache.org/camel-k/next/kamelets/kamelets-dev.html#_kamelet_data_types [2] https://issues.apache.org/jira/browse/CAMEL-18698 On Tue, Oct 3, 2023 at 3:00 PM Marat Gubai