Sentinel/sentinel-cluster
Eric Zhao 7997cf65fc
Fix the numeric overflow bug of ping response data in the cluster module (#844)
- Change type of cluster ping data response from byte to int. This change is compatible with old versions

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2019-06-18 15:11:05 +08:00
..
sentinel-cluster-client-default Fix the numeric overflow bug of ping response data in the cluster module (#844) 2019-06-18 15:11:05 +08:00
sentinel-cluster-common-default Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00
sentinel-cluster-server-default Fix the numeric overflow bug of ping response data in the cluster module (#844) 2019-06-18 15:11:05 +08:00
README.md Update cluster related command APIs and some enhancement and fix for cluster module 2018-12-14 10:54:30 +08:00
pom.xml Bump version to 1.7.0-SNAPSHOT 2019-05-25 15:07:19 +08:00

README.md

Sentinel Cluster Flow Control

This is the default implementation of Sentinel cluster flow control.

  • sentinel-cluster-common-default: common module for cluster transport and functions
  • sentinel-cluster-client-default: default cluster client module using Netty as underlying transport library
  • sentinel-cluster-server-default: default cluster server module