asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

Refactor ByteBufCombiner#composite method to NettyBufferUtils#composite #126

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Improve reusability by moving the composite method from the ByteBufCombiner class to the NettyBufferUtils class.

Modifications: The composite method, previously residing in the ByteBufCombiner class, has been extracted and refactored into composite method within the NettyBufferUtils class.

Result: Enhance code organization.