You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in this project, but I cannot wrap my head around how to actually run any of the examples. Everything builds all right, which is great. But when I try to run any of messagestreams-interop-examples or messagestreams-grpc-examples I just get
Also, most of the "main()" methods take an RSocketFactory as parameter. How to start these? Where to get the RSocketFactory from?
Could you please add some basic documentation on how to run any of the examples? Also, how about a simple hello world client-server example? This would help a great deal!
Best
Yann
The text was updated successfully, but these errors were encountered:
This repository has API part of library sufficient to implement services, but runtime part (API impl + transports + load balancer and other parts) is needed to run them - as briefly mentioned in readme:
This repository hosts Message-Streams - API part of RSocket-JVM: suite of libraries for interprocess/network communication over multiple transports using multiple APIs.
Runtime part is currently for private use, and not yet available to a wide audience. Examples published on github are used for internal demos.
Hello, I've been looking at this project with great interest. Just out of curiosity, when do you think the runtime for this project will be released to wider audiences?
Hi @mostroverkhov,
I am interested in this project, but I cannot wrap my head around how to actually run any of the examples. Everything builds all right, which is great. But when I try to run any of messagestreams-interop-examples or messagestreams-grpc-examples I just get
and
respectively.
Also, most of the "main()" methods take an RSocketFactory as parameter. How to start these? Where to get the RSocketFactory from?
Could you please add some basic documentation on how to run any of the examples? Also, how about a simple hello world client-server example? This would help a great deal!
Best
Yann
The text was updated successfully, but these errors were encountered: