Microservices using Apache Camel and Quarkus (5)

[squids.cn] The lowest price RDS on the entire network, free migration tool DBMotion, database backup tool DBTwin, SQL development tools, etc. In the third part of this series, we learned how to deploy Quarkus/Camel based microservices in Minikube, one of the most commonly used native implementations of Kubernetes. While such a local Kubernetes implementation is […]

Browsers can directly access Dubbo and gRPC back-end microservices. The first alpha version of Dubbo-js is here!

Author: Cai Jianyi Based on the Triple protocol defined by Dubbo3, you can easily write browser and gRPC-compatible RPC services, and have these services run on HTTP/1 and HTTP/2 at the same time. Dubbo TypeScript SDK [ 1] supports defining services using IDL or programming language-specific methods, and provides a set of lightweight APIs to […]

Microservices must be learned! RedisSearch Ultimate User Guide, You Deserve It!

Welcome to my CSDN homepage! I am Chenyuan, a blogger who shares notes on CSDN. Click here to view my homepage! Chenyuan’s personal homepage If you feel good, please give me a like! Looking forward to your joining, learning and making progress together! Directory introduction 1 RedisSearch installation and setup 1.1 RedisSearch installation steps 1.2 […]

Microservices 10 – Isolation and Downgrade in Sentinel

Article directory Downgrade and Quarantine 1.Feign integrates Sentinel to complete downgrade 1.2 Summary 2. The difference between the two implementation methods of thread isolation 3. Bulkhead pattern in thread isolation 3.2 Summary 4. Circuit breaker downgrade 5. Circuit breaker strategy (based on abnormal ratio or number of exceptions) Review Our current limit -> Purpose: In […]

Microservices using Apache Camel and Quarkus (4)

[squids.cn] The lowest price RDS on the entire network, free migration tool DBMotion, database backup tool DBTwin, SQL development tools, etc. As we saw before, running our microservices in JVM mode means packaging them and running them as executable JARs. But Quarkus also allows us to compile them into machine code and run them as […]

Microservices using Apache Camel and Quarkus (3)

[squids.cn] The lowest price RDS on the entire network, free migration tool DBMotion, database backup tool DBTwin, SQL development tools, etc. Minikube: It is probably the simplest and most accessible K8s cluster. As a lightweight K8s distribution designed to run on low resources, an effective Minikube setup doesn’t require anything other than your own laptop. […]

Microservices (SpringCloud) Part 3

About the author: Hello everyone, I am intelligent_M, a Java back-end developer! Current column: intelligent_M–Microservice (SpringCloud), CSDN blog. In the future, Java related technology stacks and linked list hash table binary trees…, backtracking algorithms, greedy algorithms… and other algorithm questions will be updated. Creation is not easy. Likes and comments are welcome!!! Microservices avalanche problem […]

Microservices 2: Service Discovery and Multi-Tenancy

Article directory 1: Communication method between services: gRPC 2: Service graceful startup (registration) and service exit (logout) Graceful startup (service registration idea) Graceful exit (service logout idea) Three: Key points of the registration center Four: Multiple clusters Five: Multi-tenancy Introduction Multi-tenant system design requirements Multi-dimensional design solutions data isolation safety Scalability High availability Administrative In […]

Microservices using Apache Camel and Quarkus (1)

[squids.cn] The lowest price RDS on the entire network, free migration tool DBMotion, database backup tool DBTwin, SQL development tools, etc. ?Apache Camel is by no means new to the world of Java enterprise technology stacks. It was created by James Strachan in 2007 to implement the famous “EIP Book” (Enterprise Integration Patterns written by […]

Microservices (SpringCloud) Part 1

About the author: Hello everyone, I am intelligent_M, a Java back-end developer! Current column: intelligent_M–Microservice (SpringCloud), CSDN blog. In the future, Java related technology stacks and linked list hash table binary trees…, backtracking algorithms, greedy algorithms… and other algorithm questions will be updated. Creation is not easy. Likes and comments are welcome!!! Microservices What are […]