Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0
-
None
-
None
Description
In an attempt to optimize small message producers, the producer will remove the address from the message and re-encode it on the server. that will make Netty to double the size, and remove the former buffer, what will generate more memory throughput for the same mesage.