We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon a casual reading, it appears that I'm unnecessarily re-wrapping objects in the w3 wire format for cascading replication.
w3
riak_repl/src/riak_repl2_rtsink_conn.erl
Lines 305 to 308 in 23915a3
I suspect the first parameter, Binary, is equivalent to the result from riak_repl_util:to_wire(w3, {PartIdx, Batch}).
Binary
riak_repl_util:to_wire(w3, {PartIdx, Batch})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Upon a casual reading, it appears that I'm unnecessarily re-wrapping objects in the
w3
wire format for cascading replication.riak_repl/src/riak_repl2_rtsink_conn.erl
Lines 305 to 308 in 23915a3
I suspect the first parameter,
Binary
, is equivalent to the result fromriak_repl_util:to_wire(w3, {PartIdx, Batch})
.The text was updated successfully, but these errors were encountered: