Nikola Micić created CAMEL-16386:
------------------------------------
Summary: Add new Camel component for RSocket
Key: CAMEL-16386
URL: https://issues.apache.org/jira/browse/CAMEL-16386
Project: Camel
Issue Type: New Feature
Affects Versions: Future
Reporter: Nikola Micić
I would like to propose new component for RSocket that I would like to start
working on.
The idea is to implement it in a similar way like already existing components
for HTTP and WebSocket. Currently RSocket in Java is implemented using Netty
via TCP and WebSocket protocols. Apache Camel already has component for Netty
which is also a good example from using as a model.
Uri of the new component could be like:
* rsocket:tcp://host:port?<options>
* rsocket:websocket://host:port?<options>.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)