org.dromara:soul-disruptor

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Disruptor General Purpose Libraries High Performance
GroupId

GroupId

org.dromara
ArtifactId

ArtifactId

soul-disruptor
Last Version

Last Version

2.3.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/soul-disruptor
Project Organization

Project Organization

dromara

Download soul-disruptor

How to add to project

<!-- https://jarcasting.com/artifacts/org.dromara/soul-disruptor/ -->
<dependency>
    <groupId>org.dromara</groupId>
    <artifactId>soul-disruptor</artifactId>
    <version>2.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/soul-disruptor/
implementation 'org.dromara:soul-disruptor:2.3.0-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/soul-disruptor/
implementation ("org.dromara:soul-disruptor:2.3.0-RELEASE")
'org.dromara:soul-disruptor:jar:2.3.0-RELEASE'
<dependency org="org.dromara" name="soul-disruptor" rev="2.3.0-RELEASE">
  <artifact name="soul-disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='soul-disruptor', version='2.3.0-RELEASE')
)
libraryDependencies += "org.dromara" % "soul-disruptor" % "2.3.0-RELEASE"
[org.dromara/soul-disruptor "2.3.0-RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
com.lmax : disruptor jar 3.4.0
com.google.guava : guava jar [30.1-jre,)
org.slf4j : slf4j-api jar 1.7.29
org.slf4j : jcl-over-slf4j jar 1.7.29
org.projectlombok : lombok jar 1.18.12

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 2.1
org.mockito : mockito-core jar 3.5.15
org.mockito : mockito-inline jar 3.5.15

Project Modules

There are no modules declared in this project.

Scalable, High Performance, Responsive API Gateway Solution for all MicroServices

https://dromara.org/

English | 简体中文

gitee stars github forks github stars github contributors



Architecture


Mind maps


Modules

  • shenyu-admin : plugins and other configuration information management background

  • shenyu-bootstrap : with the startup project, users can refer to

  • shenyu-client : user fast access with Spring MVC, Dubbo, Spring Cloud.

  • shenyu-common : framework common class

  • shenyu-disruptor : based on disruptor Enclosure

  • shenyu-register-center : rpc type register for shenyu-client

  • shenyu-dist : build project

  • shenyu-metrics : metrics impl by prometheus.

  • shenyu-plugin : ShenYu provider plugin collection.

  • shenyu-spi : ShenYu spi define.

  • shenyu-spring-boot-starter : support for the spring boot starter

  • shenyu-sync-data-center : provider ZooKeeper, HTTP, WebSocket, Nacos to sync data

  • shenyu-examples : the RPC examples project

  • shenyu-web : core processing packages including plugins, request routing and forwarding, and so on


Features

  • ShenYu provides ability such as current limiting, fusing, forwarding, routing monitoring and so on by its plugins.

  • Support HTTP, RESTFul, WebSocket, Dubbo, GRPC, Tars and Spring Cloud Proxy.

  • Plug-in hot plug, users can customize the development.

  • Selectors and rules are dynamically configured for flexible matching.

  • Support for cluster deployment.

  • Support A/B test and grayscale publishing.


Plugin

Whenever a request comes in, ShenYu will execute it by all enabled plugins through the chain of responsibility.

As the heart of ShenYu, plugins are extensible and hot-pluggable.

Different plugins do different things.

Of course, users can also customize plugins to meet their own needs.

If you want to customize, see custom-plugin


Selector & rule

According to your HTTP request headers, selectors and rules are used to route your requests.

Selector is your first route, It is coarser grained, for example, at the module level.

Rule is your second route and what do you think your request should do. For example a method level in a module.

The selector and the rule match only once, and the match is returned. So the coarsest granularity should be sorted last.


Data Caching & Data Sync

Since all data have been cached using ConcurrentHashMap in the JVM, it's very fast.

When user have changed the configuration in the background management, ShenYu wiil dynamically updates its cache by listening to the ZooKeeper node, WebSocket push, HTTP longPull.


Prerequisite

  • JDK 1.8+

About

ShenYu has been used widely in more and more systems in many companies, and it's simple and convenient to integrate Services/APIs with the high performance and flexibility.

In double eleven online shopping carnival of China, ShenYu clusters successfully supported a large volume of internet business.


Document & Website

EN doc CN doc


Stargazers over time

Stargazers over time


Known Users

In order of registration, More access companies are welcome to register at https://github.com/dromara/soul/issues/68 (For open source users only)

yy mihoyo kk group shansong
sibu group guojiadianwang caibeike jiangsuyonggang
fangfutong lixiang kaipuyun songda
aoyou cheyipai caomao zuyun
hezhi qidianyun wanwei wuyiyuntong
haokangzaijia caissa deepBule anka
jd minglamp webuy cass
songguo lianlian dasouche weimai
org.dromara

dromara

poems & dreams

Versions

Version
2.3.0-RELEASE