Its now 3 years since this video was created. I wonder if there is interrest for an updated video, and if so is there any content that is more relevant today to focus on or any idea of what to include? And is the 30 minute length too long?
@VijayVarmaPothuru2 ай бұрын
Thanks for the insights, Could you please share updated video? I am particularly interested in Camel K and best practices around it, For me 30 min is not long as it covered several topics, If possible maybe an overview video and an in depth video would be great 🙏
@maksoodalam5448Ай бұрын
I want to use Apache camel with quarkus to replace ibm message broker where we need to integrate ibm mainframe on tcp connection , please advise is that right move or will have any problem ?
@dixiesebastianappan1968 Жыл бұрын
Awesome. As usual crisp. To the point.
@ClausIbsen10 ай бұрын
Glad you liked it!
@ClausIbsen4 жыл бұрын
Slides for the talk is here: www.slideshare.net/davsclaus/best-practices-for-middleware-and-integration-architecture-modernization-with-apache-camel
@pabloportillo3974 жыл бұрын
Excellent video!
@davidgg84624 жыл бұрын
very good as always
@m03315_3 жыл бұрын
when we migrate old application to new java modern architecture or cloud native, any best practice about Direct and SEDA component migration ? replace with event message such as Kafka in order to split monolithic application into microservices ?
@ShoaibKhan_iamsrk4 жыл бұрын
Hi Claus, just wanted to understand if Camel K can be used for full integrations as we do currently with Java DSL in spring boot? Most of the examples refer to single file with few routes when it comes to Camel K. How about integrations which spans across multiple Java files with processors, routes, domain models defined in separate files? What would be the best approach to migrate such spring boot based camel projects to Camel K?
@ClausIbsen4 жыл бұрын
Shoaib Khan its better to discuss such kind of question at the Camel community such as gitter chat og the mailing list
@wassimopencell79823 жыл бұрын
hello, did you get a reply for your issue ? thanks
@ShoaibKhan_iamsrk3 жыл бұрын
@@wassimopencell7982 No we dropped the idea of Camel K as it doesn't fit with Enterprise requirements. We use plain old Apache camel and it just works perfectly.
@wassimopencell79823 жыл бұрын
@@ShoaibKhan_iamsrk Thanks !
@ClausIbsen10 ай бұрын
@@ShoaibKhan_iamsrk yes standard Camel should be first choice. And today its innovating and evolving with camel-jbang, karavan, and much more.
@satish10124 жыл бұрын
Can we replace Camel with Kafka? is it the right use case?
@ramdev79393 жыл бұрын
Kafka is for messaging .. Camel is an integration framework which uses Kafka to implement EIP , especially event driven messaging