Re: Camel-kafka - manually poll or pause consume

2022-04-27 Thread Chio Chuan Ooi
Hi Otavio, Thanks for the input, as I am currently using the 3.11.x LTS version, I will try to see if i can migrate that to 3.17 for testing. Thanks and Regards, Chio Chuan On Fri, Apr 22, 2022 at 8:47 PM Otavio Rodolfo Piske wrote: > Hi, > > This will be available on Camel 3.17. It's being

Re: JSONPath use own ObjectMapper instead of global

2022-04-27 Thread Karen Lease
I had a look at the JIRA issue you created for this. The JacksonMappingProvider is used only to read the Json, not to write it. With jsonpathWriteAsString, you'd need to register an ObjectMapper which customizes the serialization of the double values. By default, Jackson will use the standard

Re: Camel-K and local maven repository

2022-04-27 Thread Pasquale Congiusti
On top of what John has suggested, also remind you can use the Jitpack feature for any dependencies which can be stored in Git. See the documentation [1] and an example [2] as a reference. Cheers, Pasquale. [1]

[ANNOUNCEMENT] Apache Camel K 1.9.0 released

2022-04-27 Thread Andrea Cosentino
The Camel community announces the immediate availability of Apache Camel K 1.9.0. You can find more information in the release notes[1]. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository [1]. Many thanks to all who made this

Re: Bindy to ignore empty lines?

2022-04-27 Thread Mikael Andersson Wigander
nevermind /M --- Original Message --- On Wednesday, April 27th, 2022 at 13:08, Mikael Andersson Wigander wrote: > Hi > > How can one make Bindy understand to ignore a file with empty lines? > I can't find any options for it. > > In empty I mean a csv file with two or more CR/LF

Bindy to ignore empty lines?

2022-04-27 Thread Mikael Andersson Wigander
Hi How can one make Bindy understand to ignore a file with empty lines? I can't find any options for it. In empty I mean a csv file with two or more CR/LF at the end of the fileā€¦ A,B,C,D E,F,G,H /M

Re: Camel-K and local maven repository

2022-04-27 Thread John Poth
Hi Michael, Is your Maven repository http://localserver:8081/ accessible from the camel-k operator pod ? Logs from the operator pod might help troubleshoot. Alternatively, as of camel-k v1.9.0, you can use local dependencies directly from the run command: kamel run integration.java -d