-
Updated
Jul 6, 2022 - Java
dubbo
Here are 723 public repositories matching this topic...
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
Jul 6, 2022 - Java
-
Updated
Jun 20, 2022 - Java
-
Updated
Jun 13, 2022 - Java
-
Updated
Jun 21, 2022 - Java
-
Updated
Jul 3, 2022 - Go
-
Updated
Jul 6, 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
Jul 6, 2022 - Java
-
Updated
Mar 9, 2022 - Shell
-
Updated
Jun 29, 2022 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

在dubbo版本2.7.3,cache为expiring 类型时,目前没有找到办法配置cache.seconds 和cache.interval 。望指教