-
Notifications
You must be signed in to change notification settings - Fork 121
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
Support scala with zio #540
Comments
Wow!!! A very novel way to build a nebula service. Of course you can migrate your implementation to nebula-contrib, looking forward to your contribution~ thanks very much. |
Hey @Nicole00 my repository is here https://github.com/hjfruit/zio-nebula, i'm ready to transfer zio-nebula to nebula-contribat at any time |
This is amazing @jxnu-liguobin ! It's so very lucky to have you(another scala hacker!) in the community :-D. I loved that logo!!! cc @QingZ11 could you please help with @jxnu-liguobin 's donation journey? |
the implementation for scala is here , now close the issue. Thanks @jxnu-liguobin for your contribution~ |
ZIO is a type-safe, composable library for async and concurrent programming in Scala.
This would allow nebula-java to be used directly in an asynchronous, composable way, for example:
Anyone can build their own nebula service using just
NebulaSessionPool.layer
andNebulaConfig.layer
.Using typesafe config and HOCON makes it easier to get the configuration from the configuration center.
I have completed the initial implementation, is it possible to move it to nebula-contrib? I will continue to maintain it in the meantime.
The text was updated successfully, but these errors were encountered: