fengmk2 commented on code in PR #750:
URL: https://github.com/apache/rocketmq-clients/pull/750#discussion_r1597398596
##########
nodejs/src/client/BaseClient.ts:
##########
@@ -76,6 +77,7 @@ export abstract class BaseClient {
readonly clientType = ClientType.CLIENT_TYPE_UNSPECIFIED;
readonly sslEnabled: boolean;
readonly #sessionCredentials?: SessionCredentials;
+ readonly namespace?: string = "";
Review Comment:
`readonly namespace?: string;` 即可,可选属性不需要设置空值。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]