Sentinel/sentinel-transport
cdfive 62efb78d4e
Refactor SpiLoader and enhance SPI mechanism (#1383)
* Add `@Spi` annotation as the general annotation for SPI definition.
* Add isDefault in @Spi, add loadDefaultInstance and improve loadFirstInstanceOrDefault method, improve test cases
* Add SpiLoaderException class for thrown when something goes wrong while loading Provider
* Rearrange packages of base SPI mechanism

NOTE: this PR contains breaking changes regarding API.
2021-01-27 09:45:56 +08:00
..
sentinel-transport-common Refactor SpiLoader and enhance SPI mechanism (#1383) 2021-01-27 09:45:56 +08:00
sentinel-transport-netty-http Refactor SpiLoader and enhance SPI mechanism (#1383) 2021-01-27 09:45:56 +08:00
sentinel-transport-simple-http Support both HTTP and HTTPS protocol heart beating to dashboard (#1896) 2020-12-16 09:34:40 +08:00
README.md Update documents 2018-08-09 15:42:11 +08:00
pom.xml Bump version to 1.8.1-SNAPSHOT 2020-08-21 14:36:49 +08:00

README.md

Sentinel Transport

The Sentinel transport module provides basic interfaces about Sentinel monitoring API server and client (CommandCenter and HeartbeatSender) as well implementations using different libraries or protocols.