apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.3k stars 419 forks source link

Fix encode buf len #1105

Open hzw-the-programmer opened 11 months ago

hzw-the-programmer commented 11 months ago

What is the purpose of the change

give right buf len, avoid unnecessary allocation

Brief changelog

change encode buf len to framezie + 4

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.