LeePui

Results 5 issues of LeePui

Hi, when i upgrade elastic agent to 1.31.0, i can't found any transaction in kibana. i found some different log when i sent a http request to my app. in...

agent-java
community
triage

版本(version):1.4.0 `this.executorService = Executors .newScheduledThreadPool(Runtime.getRuntime().availableProcessors(), new ThreadFactory() { ...... });` 目前ClientWorker中的executorService,默认线程数是核数,我们不需要这么多线程,想改为可配置的:例如: 在application.properties中添加:nacos.executorService.threadCount=2,则上面池中使用两个线程。 问题:如果不修改与nacos-spring有关的应用,只修改nacos项目,怎么在ClientWorker中能读到应用配置文件中的值呢?

kind/enhancement
area/Spring Boot
pending

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

📚 documentation
💪 enhancement
🐍 python
size:S
lgtm

### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...

💪 enhancement

Hi, everyone, thank Hi everyone, Thank you for providing such a convenient Java SDK; it has been very useful. While using version `2.4.3` of the milvus-sdk-java, I have encountered some...