You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rocketmq-v5-client-spring-boot/src/main/java/org/apache/rocketmq/client/autoconfigure/RocketMQProperties.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,7 @@ public void setNamespace(String namespace) {
148
148
@Override
149
149
publicStringtoString() {
150
150
return"Producer{" +
151
-
"accessKey='" + accessKey + '\'' +
152
-
", secretKey='" + secretKey + '\'' +
153
-
", endpoints='" + endpoints + '\'' +
151
+
"endpoints='" + endpoints + '\'' +
154
152
", topic='" + topic + '\'' +
155
153
", requestTimeout=" + requestTimeout +
156
154
", sslEnabled=" + sslEnabled +
@@ -304,9 +302,7 @@ public void setNamespace(String namespace) {
Copy file name to clipboardExpand all lines: rocketmq-v5-client-spring-boot/src/main/java/org/apache/rocketmq/client/support/DefaultListenerContainer.java
0 commit comments