Giter VIP home page Giter VIP logo

alibaba-broker-example-parent's Introduction

RSocket Broker Example

GitHub Workflow Status

Alibaba RSocket Kotlin Example: requester <-> Broker <-> responder 三者通讯样例。

Maven Modules

  • user-service-api: Reactive服务接口定义都在该模块中
  • rsocket-responder: RSocket服务响应者,Reactive服务接口的实现和服务提供者
  • rsocket-requester: RSocket服务请求者,调用远程的RSocket服务

Features

  • 标准RSocket服务接口
  • 流式二进制接口
  • Protobuf样例
  • Kotlin Coroutines & Async Flow

Free test with Alibaba RSocket Broker

Alibaba RSocket Broker提供了免费的在线测试环境,你本地不需要启动本地的RSocket Broker就可以测试。

  • 获取访问RSocket Broker的JWT Token,命令如下:
curl https://jwt.alibroker.info
  • 修改application.properties文件,添加如下配置:
rsocket.brokers=tcp://139.196.223.16:9999,tcp://139.196.223.138:9999
rsocket.jwt-token=xxx
  • 启动RSocket应用,就可以进行测试

alibaba-broker-example-parent's People

Contributors

linux-china avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alibaba-broker-example-parent's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.