Beyond REST and CRUD - Integration patterns in Microservices
The flow of information and events through distributed systems goes well beyond HTTP, REST, and JSON. In this tech talk, we’ll use Apache Camel to explore integration patterns that add flexibility and resilience to your evolving architecture.
off a new route to transform content from("direct:emitRoute") .bean(emitHandler, "emitRoute") 1 .to("log:dev.ebullient.pockets?level=DEBUG") 2 3 .recipientList(header("routes")) 4 .parallelProcessing(); 5 18
it alongside your favorite messaging solution (Kafka or traditional message brokers) It applies to patterns far beyond REST and CRUD Use it with your favorite Java framework 25
it alongside your favorite messaging solution (Kafka or traditional message brokers) It applies to patterns far beyond REST and CRUD Use it with your favorite Java framework Use it with JBang for script nonsense 25
it alongside your favorite messaging solution (Kafka or traditional message brokers) It applies to patterns far beyond REST and CRUD Use it with your favorite Java framework Use it with JBang for script nonsense Use it with Kubernetes to make the best glue (Camel-K, Kamelets) 25