Skip to content

Commit

Permalink
fix(i18n): desc of strategy in RocketMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed May 13, 2024
1 parent 494b23c commit 0ca1589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/i18n/lib/enIntegrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
namespace:
'The namespace field MUST be set if you are using the RocketMQ service in aliyun cloud and also the namespace is enabled, or if you have configured a namespace in your RocketMQ server. For RocketMQ in aliyun cloud, the namespace is the instance ID.',
strategy:
'Produce Strategy. NOTE: Do not use `key_dispatch` if `Message Key` option is set to `none`',
'Producer key dispatch strategy, the default is `roundrobin`, also supports placeholders.',
},
tdengine: {
server:
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/lib/zhIntegrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
sync_timeout: 'RocketMQ 驱动同步调用的超时时间。',
namespace:
'如果你正在使用阿里云的 RocketMQ 服务并且启用了命名空间,或者你在你自己的 RocketMQ 服务里配置了命名空间,那么你必须配置命名空间字段。对于阿里云的 RocketMQ 服务来说,命名空间就是实例 ID。',
strategy: 'Produce 策略,注意`Message Key`设置为`none`时,不可选用`key_dispatch`策略',
strategy: '生产者密钥分派策略,默认为 `roundrobin`,支持占位符。',
},
tdengine: {
server:
Expand Down

0 comments on commit 0ca1589

Please sign in to comment.