-
Updated
Jun 24, 2022 - Java
dubbo
Here are 722 public repositories matching this topic...
Backgroud
背景
There are three ways of getting arguments in the client module now, from the properties、from the Jvm arguments and from the system environment. so it needs an unified way that get arguments.
现在总共有3种获取参数的方式在客户端模块中, 有从 properties中获取的、从Jvm参数获取的和从System环境变了中获取的. 所以需要一种统一获取参数的方式.
The reasons are as follows:
- switch arguments getting order
- better mock test
原因如
Which Component
spring-cloud-starter-stream-rocketmq
Describe the bug
When hot deployment in eclipse throw MQClientException: The producer group[mygroup] has been created before
To Reproduce
Steps to reproduce the behavior:
- Spring boot application with devtools in Eclipse
- Send message using org.springframework.cloud.stream.function.StreamBridge.send
- Modify any cod
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Jun 10, 2022 - Go
-
Updated
Jun 26, 2022 - Java
-
Updated
Sep 9, 2021 - Java
-
Updated
Jun 21, 2022 - Java
// java
public class CommentServiceImpl implements CommentService {
public boolean isForbidsSpeak(Long bookId, Long userId);
public boolean isForbidsSpeak(Long bookId, Long userId, String ip);
......
}
// go
type CommentServiceProvider struct{}
func (p *CommentServiceProvider) IsForbidsSpeak(ctx context.Context, params []interface{}) (interface{}, error) {
-
Updated
Oct 22, 2021 - Java
-
Updated
Jun 10, 2022 - Java
-
Updated
Jul 2, 2018 - Java
-
Updated
Apr 15, 2022 - Java
-
Updated
May 17, 2019
-
Updated
Jun 21, 2022 - Java
-
Updated
Mar 9, 2022 - Shell
-
Updated
Jun 17, 2022 - Java
-
Updated
Feb 14, 2019 - Java
Each module should be able to run independently, accordingly, it needs a README.md to show how it works and which functionality it's intended to show is.
Improve this page
Add a description, image, and links to the dubbo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dubbo topic, visit your repo's landing page and select "manage topics."
在dubbo版本2.7.3,cache为expiring 类型时,目前没有找到办法配置cache.seconds 和cache.interval 。望指教