@tomd-tutorialworks8706 where can people reach you these days! 🐦🦋
@pranoydas40685 ай бұрын
Better use spring boot microservice. Why camel ? Why not spring boot microservice?
@radhakantbehera4176 ай бұрын
Can I use openshift instead of kubernets?
@padippist4039 Жыл бұрын
Could you please add the github link to this code. I am trying to do this in java version 8 but no luck.
@TebogoMotlhale Жыл бұрын
I am BLOWN away by your concise articulation of the story about Apache Camel. It sounds like . . . you took 3 to 6 hourrrs, just refining and refining and refining the flow and structure of WORDS in your message . . . and that you NEVER got tempted to SPEAK a WORD . . . until these words were properly sequenced, tiny, short and concise enough for you to fit the entire STORY into this TINY 4 minute speech 🤩🤩👌👌👌 Everything ELSE on KZbin . . . is a LOT of roundabout speech and back and forth "speaking-before-PROPERLY-ARRANGING-the-words". Keep it up sir ! Your explanations are second to none👌👌.
@mohameammaha99 Жыл бұрын
I liked the way you explained, please can you demo the CD Step in a cloud provider such as GCP or any, thank you!
@silviucat Жыл бұрын
Can it share the same port as Spring MVC?
@elibukin48402 жыл бұрын
i get this: Error "Invalid value: "": must provide a value for at least one source input(git, binary, dockerfile, images)." for field "spec.source". you didn't talked about the source.....
@abdull27232 жыл бұрын
what would the output of the to(output:file) look like for mac?
@ruslansoma34242 жыл бұрын
Awesome stuff, thank you!
@tomd-tutorialworks87062 жыл бұрын
You're welcome Ruslan!
@NileshPatil-lm5kk2 жыл бұрын
Awesome .. short n to the point.. Though I m new to docker and open shift but this was helpful.. appreciate 👏👏
@carolinagonzaga41732 жыл бұрын
Great video
@ahmadshaon76822 жыл бұрын
good introduction , thanks
@kanikachhabra91472 жыл бұрын
For put endpoint also it is same as post? We would need one param and in the body the records to be updated for that id in the param?
@donandreas02092 жыл бұрын
great but I havent get how jankins knows on which openshift cluster and project has to deploy app getting from git
@DevOpsKey12 жыл бұрын
but when I run my docker command inside jenkins in openshift cluster its say docker command not found but when I install docker in jenkins then openshift restricts me due to authentication!
@DevOpsKey12 жыл бұрын
Either you install docker in jenkins container or in openshift cluster
@divyamisra-r3k Жыл бұрын
how to do it Can u help
@DevOpsKey12 жыл бұрын
How you integrate docker in jenkins conatiner.
@jithoosmail2 жыл бұрын
Thanks.
@jjp_in2 жыл бұрын
Very easily understandable
@ming.li5122 жыл бұрын
awesome introduction
@tomd-tutorialworks87063 жыл бұрын
You can start learning Camel with my book, Apache Camel Step-by-Step. To download a free preview, head to: tomd.xyz/learn-camel :)
@tomd-tutorialworks87063 жыл бұрын
Start learning Camel with my book, Apache Camel Step-by-Step. To download a free preview, head to: tomd.xyz/learn-camel
@laksys3 жыл бұрын
Hi Tom after follow along I got the following error: Unable to find a suitable main class, please add a 'mainClass' property
@aboutcloudtech3 жыл бұрын
hi tom, great video. can you also share continuous deployment step. continuous integration step looks good. Also another video of entire ci/cd using tekton would be great. ( i did work with tekton for ci/cd, any idea if it supports helm-charts ? )
@m3kbeatz3 жыл бұрын
Is talend esb with camel good choice or is better to use pure apache camel?
@m3kbeatz3 жыл бұрын
Thanks for the info. New to apache camel and servicemix. Any info how to OSGI:fy DSL code to deploy on servicemix?
@shunya2563 жыл бұрын
Extremely easy to understand, thank you!
@dominickeefe24543 жыл бұрын
Fantastic introduction. Thanks!
@Geniusking3 жыл бұрын
Could we change the properties without restart Spring boot? Thanks.
@dhamotharanp31213 жыл бұрын
Thanks 👍
@paulomenon67743 жыл бұрын
Amazing video
@xxEncryptedSoldierxx3 жыл бұрын
It's not a camel/apache helicopter combo?
@EvgeniiSuvorov3 жыл бұрын
Doesn't work. Source code?
@larsenj24933 жыл бұрын
That's excellent.
@henriquevergara3 жыл бұрын
Thanks Tom! helped me a lot.
@justinhayes69113 жыл бұрын
No sign of the little gnome in this video, what's going on?
@tomd-tutorialworks87063 жыл бұрын
lol, well spotted! Gordon the Gnome has gone on a lockdown-compliant mini-break, but will be back very soon!
@tomd-tutorialworks87063 жыл бұрын
Download my free Intro to Camel book here - tomd.xyz/learn-camel And you can get the full code used in this video here: github.com/tutorialworks/camel-sports-api
@tomd-tutorialworks87063 жыл бұрын
Start learning Camel with my book, Apache Camel Step-by-Step. To download a free preview, head to: tomd.xyz/learn-camel
@AlanZucconi3 жыл бұрын
Awesome!
@m3kbeatz3 жыл бұрын
Can we get code?
@tomd-tutorialworks87063 жыл бұрын
Yep! The code is now here: github.com/tutorialworks/camel-sports-api
@mezianekettou90973 жыл бұрын
Thanks Tom. Awesome video. I like your accent.
@tomd-tutorialworks87063 жыл бұрын
Very kind of you. Thanks!
@maheshkulkarni76923 жыл бұрын
that's awesome introduction
@tomd-tutorialworks87063 жыл бұрын
Great, glad it was useful for you Mahesh!
@dariobocale85493 жыл бұрын
Hi Tom! Thanks for your videos! I tried to reproduce what you did there and I have no clue how to reach my service. The log says that caml-k-integrations listens on 0.0.0.0:8080 but I can't reach it with localhost. It's a mystery for me T.T I really hope you can give me a clue how to reach my service with a get/post request! Thanks in advance :)
@tomd-tutorialworks87063 жыл бұрын
Hey Dario! The default servlet mapping for Camel services is localhost:8080/camel/ so you might want to try that first! I've also uploaded the code, check out the top comment.
@dfnskJDmfbksdcj3 жыл бұрын
In Camel 3.8.0, this code is giving following errors - Caused by: java.io.IOException: Stream closed at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:359) ~[tomcat-embed-core-9.0.43.jar:9.0.43] at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:132) ~[tomcat-embed-core-9.0.43.jar:9.0.43] at org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:110) ~[tomcat-embed-core-9.0.43.jar:9.0.43] at org.apache.camel.util.IOHelper.copy(IOHelper.java:180) ~[camel-util-3.8.0.jar:3.8.0] at org.apache.camel.util.IOHelper.copy(IOHelper.java:148) ~[camel-util-3.8.0.jar:3.8.0] at org.apache.camel.util.IOHelper.copy(IOHelper.java:143) ~[camel-util-3.8.0.jar:3.8.0] at org.apache.camel.util.IOHelper.copyAndCloseInput(IOHelper.java:216) ~[camel-util-3.8.0.jar:3.8.0] at org.apache.camel.util.IOHelper.copyAndCloseInput(IOHelper.java:212) ~[camel-util-3.8.0.jar:3.8.0] at org.apache.camel.http.common.HttpHelper.readResponseBodyFromInputStream(HttpHelper.java:186) ~[camel-http-common-3.8.0.jar:3.8.0] at org.apache.camel.http.common.HttpHelper.readRequestBodyFromServletRequest(HttpHelper.java:143) ~[camel-http-common-3.8.0.jar:3.8.0] at org.apache.camel.http.common.DefaultHttpBinding.parseBody(DefaultHttpBinding.java:642) ~[camel-http-common-3.8.0.jar:3.8.0] at org.apache.camel.http.common.HttpMessage.createBody(HttpMessage.java:85) ~[camel-http-common-3.8.0.jar:3.8.0] ... 39 common frames omitted
@tomd-tutorialworks87063 жыл бұрын
Hey Chittaranjan! I'm not sure why the error is happening for you, but you can get the code from this video, which works with Camel 3.9.0. See my pinned comment for the URL.
@dfnskJDmfbksdcj3 жыл бұрын
@@tomd-tutorialworks8706 Hi, Thanks for your reply, I fixed it. Thank you so much
@MatAdamson3 жыл бұрын
@@dfnskJDmfbksdcj do you recall how you solved this? Thanks
@LeonardoLima-hw3tt3 жыл бұрын
Thanks Tom, you helped me a lot.
@tomd-tutorialworks87063 жыл бұрын
Happy to hear it!
@kiuu34442 жыл бұрын
@@tomd-tutorialworks8706 Hi Tom! At 5:51 is it possible to combine several json properties together into just one property from incoming data? Say 3 properties comes in: Number of the bus, starting point and ending point. Also, when doing this, I need to rename that property to something like "description". How would I go about doing that? Thanks for the book you wrote, btw! One of the best things I've discovered this year. Very helpful!
@siennam58683 жыл бұрын
Wow it's a powerful introduction to Camel Thanks a lot
@tomd-tutorialworks87063 жыл бұрын
You're very welcome Sienna :)
@tomek89493 жыл бұрын
Hi. This only works fine for GET requests. For other verbs (like POST) you have to handle problems with CSRF - otherwise you get 403 Forbidden