polarismesh/polaris-java
Fork: 82 Star: 138 (更新于 2024-11-13 14:50:34)
license: NOASSERTION
Language: Java .
Lightweight Java SDK used as Proxyless Service Governance
最后发布版本: 2.0.0.0-RC3 ( 2024-10-29 11:23:02)
Polaris Java
English | 简体中文
README:
Introduction
polaris-java is the Java SDK, support SDK API for application to use polaris
How to build
polaris-java uses Maven for most build-related activities, and JDK 1.8 or later versions are supported. You should be able to get off the ground quite quickly by cloning the project you are interested in and typing:
mvn clean install
How to use
Modify pom.xml in application root, add dependencyManagement for polaris-java:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tencent.polaris</groupId>
<artifactId>polaris-dependencies</artifactId>
<version>1.9.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
add the module in dependencies.
Examples
A polaris-examples module is included in our project for you to get started with polaris-java quickly. It contains an example, and you can refer to the readme file in the example project for a quick walkthrough.
- QuickStart Example
- Discovery Example
- Router Example
- CircuitBreaker Example
- RateLimit Example
- Configuration Example
Frameworks
Developers usually use HTTP or RPC frameworks to develop distributed service. Polaris SDK is already integrated into some development frameworks. If using these frameworks, you can enable Polaris Service Governance functions without using Polaris SDK directly.
最近版本更新:(数据更新于 2024-11-21 08:46:40)
2024-10-29 11:23:02 2.0.0.0-RC3
2024-10-15 19:24:19 2.0.0.0-RC2
2024-10-14 15:15:30 1.15.11
2024-08-29 15:05:11 1.15.10
2024-08-26 17:55:25 2.0.0.0-RC1
2024-07-28 00:29:35 1.15.9
2024-07-08 11:10:55 1.15.8
2024-06-25 12:05:07 v1.15.7
2024-06-04 16:35:32 v1.15.6
2024-05-20 11:47:23 v1.15.5
主题(topics):
authenticate, circuit-break, fault-tolerance, health-check, load-balance, rate-limit, request-route, service-discover, service-register, traffic-control
polarismesh/polaris-java同语言 Java最近更新仓库
2024-11-21 20:32:01 spring-projects/spring-boot
2024-11-19 23:42:52 spring-projects/spring-authorization-server
2024-11-18 21:40:12 4379711/lol-helper
2024-11-16 22:50:41 xuxueli/xxl-job
2024-11-16 19:06:35 Stirling-Tools/Stirling-PDF
2024-11-15 14:28:52 xiaojieonly/Ehviewer_CN_SXJ