-
Updated
Apr 19, 2022 - Java
dubbo
Here are 727 public repositories matching this topic...
Describe the bug
nacos面板新建配置页面 配置内容输入框长度异常 只有一条黑色的线并不是正常的输入框
Expected behavior
新建配置页面的 配置内容旁边应该是一个输入框 而不是一条黑线
Acutally behavior
我想要新建配置
How to Reproduce
Steps to reproduce the behavior:
- 打开控制面板 使用默认账号登入
- 在配置列表点击加号 进入新建配置页面
- 看见异常
Desktop (please complete the following information):
- OS: windows10
- Version nacos-server 1.4.3
- Module config
- SD
组件:
spring-cloud-starter-stream-rocketmq
问题版本:
2.2.7.RELEASE; 2021.0.1.0
问题详情:
stream-rocketmq 2.2.6.RELEASE 升级到 2.2.7.RELEASE 后,无法正常conmit offset
重现步骤:
1.运行的demo如下,使用 AcknowledgmentCallback.noAutoAck() 关闭自动ack,打印之后再 ack
@Bean
public ApplicationRunner poller(PollableMessageSource dest1In) {
return args -> {
while (true) {
if (!dest1In.
-
Updated
Mar 31, 2022 - Java
-
Updated
Nov 1, 2021 - Java
-
Updated
Feb 14, 2022 - Java
-
Updated
Mar 26, 2022 - Java
-
Updated
Apr 18, 2022 - Go
-
Updated
Jan 12, 2022 - Java
-
Updated
Feb 12, 2022 - Java
-
Updated
Sep 9, 2021 - Java
-
Updated
Oct 22, 2021 - Java
-
Updated
Mar 21, 2022 - Java
-
Updated
Jul 2, 2018 - Java
-
Updated
Apr 15, 2022 - Java
-
Updated
May 17, 2019
-
Updated
Apr 19, 2022 - Java
-
Updated
Mar 25, 2022 - Java
-
Updated
Feb 14, 2019 - Java
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 。望指教