Skip to content

reactive-rsocket-broker/camel-rsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camel-rsocket

Apache Camel RSocket component, 同时支持producer和consumer模式, 主要包括以下特性:

  • Producer
    • request_response: 数据发送
    • fire_and_forget: 无返回的数据处理
  • Consumer
    • request_stream: source,消息订阅

Maven users will need to add the following dependency to their pom.xml for this component:

<dependency>
    <groupId>com.alibaba.rsocket</groupId>
    <artifactId>camel-rsocket</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

Using RSocket in Apache Camel

rsocket:tcp:host:42252/fnf?route=demo.xxxx&mimeType=0x05
rsocket:tcp:host:42252/stream?route=demo.xxxx&mimeType=0x05

COMPONENT OPTIONS

References

Releases

No releases published

Packages

No packages published

Languages