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

0.13 plan #241

Open
Reasno opened this issue Jul 8, 2022 · 5 comments
Open

0.13 plan #241

Reasno opened this issue Jul 8, 2022 · 5 comments

Comments

@Reasno
Copy link
Member

Reasno commented Jul 8, 2022

  • metainfo support
  • goroutine pool rewrite
@nfangxu
Copy link
Member

nfangxu commented Jul 15, 2022

建议修改一下依赖加载机制, 比如我只想运行某一个简单的命令, 但是他仍然会加载全部依赖, 这样的机制并不符合按需加载的思想

@Zzzzz-t
Copy link

Zzzzz-t commented Jul 15, 2022

建议增加日志按配置输出到文件或者cli

@Reasno
Copy link
Member Author

Reasno commented Jul 19, 2022

命令, 但是他仍然会加载全部依

这个现在就可以,在启动阶段根据命令按需加载即可,主要是的core-starter上的修改。 cc @GGXXLL

@Reasno
Copy link
Member Author

Reasno commented Jul 19, 2022

建议增加日志按配置输出到文件或者cli

这个现在也可以 初始化时通过SetLoggerProvider注入一个不同的logger即可。

func SetLoggerProvider(provider LoggerProvider) CoreOption

@Reasno
Copy link
Member Author

Reasno commented Jul 19, 2022

依赖, 这样的机制并不符合按需加载

@GGXXLL 把裁剪过依赖的那个项目给 @nfangxu 看看

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