Skip to content

Conversation

@vladvildanov
Copy link
Contributor

@vladvildanov vladvildanov commented Aug 7, 2025

Current way of writing data from pipeline to socket is sub-optimal for AggregateConnections, as it creates a buffer of commands as a string, but under the hood each command again deserialised into Command object to identify the connection to write. So for AggregateConnection buffer step was removed.

Closes #1574

@vladvildanov vladvildanov requested a review from a team as a code owner August 7, 2025 08:00
@vladvildanov vladvildanov requested a review from tillkruss August 7, 2025 08:00
@coveralls
Copy link

coveralls commented Aug 7, 2025

Coverage Status

coverage: 93.126% (+0.02%) from 93.11%
when pulling d280398 on vv-1574-fix
into 0f4bc76 on main.

@vladvildanov vladvildanov merged commit 053cb4b into main Aug 13, 2025
48 of 50 checks passed
@vladvildanov vladvildanov deleted the vv-1574-fix branch August 13, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Fatal Error with Pipeline and Replication when values contain \r\n characters

4 participants