You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-cloud-tencent/spring-cloud-tencent-docs/src/main/doc/spring-cloud-tencent-polari...

1.8 KiB

Spring Cloud Tencent Polaris Gateway

Module Introduction

spring-cloud-tencent-polaris-gateway is used in Spring Cloud project joint with Polaris's Polaris Gateway component. You can use Polaris's extension microservice gateway features by importing dependency.

Features Instruction

Metadata Delivery

Support metadata delivery between gateways and microservices.

Gateway RateLimit

Support rate limit of gateway routing to the corresponding micro-service.

User Guide

This chapter will explain how to use Spring Cloud Tencent Polaris Gateway's features in the Spring Cloud project. Before starting MicroService, one needs to launch Polaris. Please refer to Polaris Getting Started.

  1. You can add spring-cloud-tencent-polaris-gateway in your project to use Polaris's microservice gateway extension features (meaning you still need to add microservice gateway modules yourself, such as zuul, spring-cloud-gateway). For example, in Maven's project, add listed configurations in pom:
<dependency>
    <groupId>com.tencent.cloud</groupId>
    <artifactId>spring-cloud-tencent-polaris-gateway</artifactId>
</dependency>
  1. For further instructions, please refer to Polaris Gateway Example.

Feature Usage

Metadata Delivery

Because making use of spring-cloud-tencent-metadata, please refer to Spring Cloud Tencent Metadata.

Gateway RateLimit

Because making use of spring-cloud-starter-tencent-polaris-ratelimit, please refer to Spring Cloud Tencent Metadata.