riding apache camel on cloud
play

Riding Apache Camel on Cloud willem.jiang@gmail.com blog: - PowerPoint PPT Presentation

Riding Apache Camel on Cloud willem.jiang@gmail.com blog: https://willemjiang.github.io weibo: willemjiang 2019-03 About Me Open Source Developer in Huawei Apache Camel Committer since 2008 Apache Member Agenda Cloud native and Integration


  1. Riding Apache Camel on Cloud willem.jiang@gmail.com blog: https://willemjiang.github.io weibo: willemjiang 2019-03

  2. About Me Open Source Developer in Huawei Apache Camel Committer since 2008 Apache Member

  3. Agenda Cloud native and Integration Apache Camel Introduction Apache Camel-K Demos

  4. Digital Transfomation

  5. SOA to Cloud Native https://www.infoq.com/articles/microservices-post-kubernetes

  6. Composite Services as Integration tool API Gateway Composite Service Composite Service µ µ µ µ µ µ

  7. Apache Camel Open Source integration framework based on known Enterprise Integration Pattens Started as a subproject of ActiveMQ from ServiceMix EIP module r519901 | jstrachan | 2007-03-19 11:54:57 +0100 (Mon, 19 Mar 2007) | 1 line Became the Top Level Project of Apache in 2009 A Camel can carry 4 times as much load as other beasts of burden!

  8. Why Camel EIP implementation 300+ Components Easy to run Amazing Community

  9. Enterprise Integration Patterns https://www.enterpriseintegrationpatterns.com/patterns/messaging/

  10. Message Routing

  11. Simple Routing from("file:src/data?noop=true"). to("jms:queue:myqueue"); xxx://endpoint/address?accessToken=xxxxx&delay=30 scheme relation path parameters

  12. Multicast Routing from("file:src/data?noop=true"). multicast("ibatis://xxx", "sftp://xxx", "smtp://xxx");

  13. Message Routing

  14. Enterprise Integration Patterns

  15. Camel Component XXXComponent XXXEndpoint XXXConsumer XXXProducer XXXApplication Camel Processors XXXApplication

  16. Camel Components 350+ components

  17. How to run the camel Application CamelContext context = new DefaultCamelContext(); context.addRoutes(new RouteBuilder() { () -> { from(“direct:start”).to(“mock:result”) }; }); context.start(); <camelContext id= "camel" xmlns= "http://camel.apache.org/schema/spring" > <route> <from uri= "direct:start" /> <from to= "mock:result" /> </route> </camelContext> Start a JVM which holds right dependencies

  18. Community

  19. Spring boot https://start.spring.io/ -> choose camel Write your own builder Add the components you want Running the application

  20. Demo Time https://github.com/WillemJiang/camel-elasticsearch-demo

  21. Apache Camel-K Running Camel Application natively on Kubernetes and Openshift. Designed for serverless and microservice architectures . Leveraging the Operator SDK Building with Knative Eventing and Knative Serving

  22. Running Camel on Kubernetes Customer Define Resource Service Service Pod1 Pod2 Pod3

  23. Camel Routes Pod1 Pod1

  24. Reference https://camel.apache.org http://planet.jboss.org/post/camel_and_enterprise_integration_patterns https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html/ apache_camel_development_guide/

  25. Camel Architecture

  26. Message and Exchange Exchange Message Exchange ID MEP Headers Properties Exception Attachments Body In Message Out Message

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend