iamgd67

Results 9 issues of iamgd67

add python script encoding config support, to handle some error like `UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 797: illegal multibyte sequence`

add try/finally to ConcurrentBertClient avoid not release BertClient on exception in my case, if pass contents contains space will cause BertClient not released and end up with error message >...

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

### Which Issue(s) This PR Fixes Fixes #7478 ### Brief Description see issue #7478 ### How Did You Test This Change? tens of minuts reduced to about 1 minuts

### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...

type/bug

add highlight max analyzed offset config to avoid long text discover search fail resolves #159391 ## Summary es default allow 1000000 text highlight anylyzes, if longer than this limit, discover...

💝community

### Is Your Feature Request Related to a Problem? yes, when there are more than 3 message log files, startup time will be very long(tens of minuts), even set `checkCRCOnRecover=false`...

type/new feature
stale

closes #8755 ### Brief Description by default, `DefaultMQProducer` will compress message body when body length is longer than 4k, but if send with batch(`send( Collection msgs)`), body are not compressed....

### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary by default, `DefaultMQProducer` will compress...

type/enhancement