-
Notifications
You must be signed in to change notification settings - Fork 173
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
[OSPP 2022] improve layotto-java-sdk and layotto-spring-boot #626
[OSPP 2022] improve layotto-java-sdk and layotto-spring-boot #626
Comments
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions. |
进展: |
我看到一个有趣的项目,或许可以参考一下: quarkus和dapr sdk的集成:quarkiverse/quarkus-dapr#5 |
进展:
|
Hi,我有个疑问点。为什么不把pubsub的订阅放入runtime API定义中呢。而是放到appcallback API中。 就像configuration的订阅API: rpc SubscribeConfiguration(stream SubscribeConfigurationRequest) returns (stream SubscribeConfigurationResponse) {} 完全可以在runtime API去定义pubsub的subscribeEvent API啊。 |
在SDK模型中,似乎无法很好的定义appcallback API,所以我们采用的是类似configuration的subscribe方式。 即 |
That's a long story :) |
本周进展: |
@kevinten10 看起来我们可以试试把layotto的client直接注入到spring-boot中? 现在的做法是单功能注解 |
我觉得可以,用户可以直接从spring ioc中获取到一个client(带有默认参数),直接使用这个client即可。 |
action:
|
Since OSPP is for chinese community, this issue is written in chinese
Detail
https://summer-ospp.ac.cn/#/org/prodetail/2295a0213
增强layotto-java-sdk和layotto-spring-boot
你需要做什么?
你可以收获什么?
你既可以了解到运行时框架的诸多优势与基本原理,又可以学习到spring-boot插件的开发过程,快来吧。
The text was updated successfully, but these errors were encountered: