Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any documentation on how to run this? #8

Open
yamass opened this issue Apr 26, 2023 · 2 comments
Open

Any documentation on how to run this? #8

yamass opened this issue Apr 26, 2023 · 2 comments

Comments

@yamass
Copy link

yamass commented Apr 26, 2023

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

Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:7782

and

Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:7777

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

@mostroverkhov
Copy link
Member

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.

@followtherockstar
Copy link

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?

Thanks,
Jeff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants