Stanislav Deviatovstn1slv.hashnode.dev·Apr 1, 2024Integration Digest: March 2024Articles 🔍 API Contracts - an Extended Introduction This article emphasizes the crucial role of API contracts in system integration, secure interaction, and detailing data formats and constraints. It further underscores the importance of complete do...Discussmicrocks
Thirumurthi Sthirumurthi.hashnode.dev·Feb 9, 2023Run Integration in Apache Camel-KCamel-K Apache Camel K is a lightweight cloud-integration platform that runs natively on Kubernetes. In this blog will show how to install Camel-K operator in Kubernetes (KIND) cluster. Have created a simple integration code (Java integration). Th...Discuss·480 readskind
Thirumurthi Sthirumurthi.hashnode.dev·Nov 12, 2022Reactive App built with SpringBoot and Apache Camel to stream data using Apache KafkaSimple reactive application with SpringBoot, Apache Camel using Kafka Broker to stream the data. In this blog have demonstrated how to integrate Apache Camel with Apache Kafka and SpringBoot, by building a simple Reactive application. The Apache Ca...Discuss·1.2K readsSpringboot
Thirumurthi Sthirumurthi.hashnode.dev·Jun 21, 2022EIP pattern implementation using Apache CamelApache Camel, Apache Proton Qpid, Apache ArtemisMq usage in EIP pattern. Basics of Apache Camel is required to fully appreciate the use of it in EIP pattern. This blog is developed using Apache Camel 3.17.0 version. Understanding of Camel Components...Discuss·279 readsapache