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

大兄弟,打成jar之后注入不进去Listener #1

Open
moses-keqi opened this issue Apr 22, 2019 · 1 comment
Open

大兄弟,打成jar之后注入不进去Listener #1

moses-keqi opened this issue Apr 22, 2019 · 1 comment

Comments

@moses-keqi
Copy link

moses-keqi commented Apr 22, 2019

1、打成jar 后 ClassUtil

private static void fillClasses(String classPath, File file, String packageName, ClassFilter classFilter)
此方法全是false。
2、次架构完全没有大批量测试过,批量数据导致线程池丢失,只用了默认线程池,请作者尽快改掉,谢谢
@edagarli

@edagarli
Copy link
Owner

edagarli commented May 9, 2020

  1. 你是不是没有启动

// 设置扫描jar包,默认不扫描
eventBus.scanJar();

  1. 这个其实是可以根据业务场景去配置的

     eventBus.async(CON_BUFFER_SIZE, ASYNC_THREAD_NUM);
    

// 第一个是环大小, 第二个是异步线程数

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

2 participants