ronenhamias / scalecube-services Star 27 Code Issues Pull requests v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks. flux reactive tcp serverless ip...
ScaleCube Services Last Release on Jun 23, 2023 2. ScaleCube Services Gateway Netty7 usages io.scalecube » scalecube-services-gateway-nettyApache ScaleCube Services Gateway Netty Last Release on Jun 15, 2023 3. ScaleCube Services Gateway WebSocket7 usages ...
<url>https://github.com/scalecube/scalecube-services</url> <connection>scm:git:https://github.com/scalecube/scalecube-services.git</connection> <developerConnection>scm:git:https://github.com/scalecube/scalecube-services.git </developerConnection> ...
scalecube服务 微服务2.0 一个开放源代码项目,致力于简化由开发人员为开发人员构建的可伸缩的微服务响应式系统的响应式编程。 ScaleCube Services提供了低延迟的Reactive Microservices库,用于基于八卦协议的对等服务注册和发现,而没有单点故障或瓶颈。 Scalecube更优雅地解决了分布式微服务体系结构的跨领域问题。 ScaleCube服务...
代码示例来源:origin: scalecube/scalecube-services @Override public Mono<Gateway> start( GatewayConfig config, Executor workerPool, Call call, Metrics metrics) { this.address = new InetSocketAddress(config.port()); return Mono.defer( () -> { System.out.println("Starting WS gateway..."); retu...
You can download jar file scalecube-services-api 2.1.1 in this page. Build File You can use the following script to add scalecube-services-api-2.1.1.jar to your project. Maven Gradle Sbt Ivy Grape Buildr <dependency> <groupId>io.scalecube</groupId> <artifactId>scalecube-services-api<...
<!-- https://mvnrepository.com/artifact/io.scalecube/scalecube-services --> <dependency> <groupId>io.scalecube</groupId> <artifactId>scalecube-services</artifactId> <version>2.9.1-RC1</version> </dependency> Include comment with link to declaration Compile...
You can download jar file scalecube-services-api 2.1.2 in this page. Build File You can use the following script to add scalecube-services-api-2.1.2.jar to your project. Maven Gradle Sbt Ivy Grape Buildr <dependency> <groupId>io.scalecube</groupId> <artifactId>scalecube-services-api<...
ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features.
ScaleCube Services Features: Provision and interconnect microservices as a unified system (cluster) Async RPC with java-8 CompleteableFutures support Reactive Streams support with RxJava. No single-point-of-failure or single-point-of-bottleneck ...