You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
When using disk buffer, record.encode in writer.ts moves the record and drop it causing acknowledgement to happen to source.
but record is not written to disk so such ack are premature.
record should not dropped here and same record should be returned incase of any error happened rather than decoded one.
Configuration
No response
Version
35.0
Debug Output
No response
Example Data
No response
Additional Context
To repro we need to create the situation where disk write fail after encoding of record, which is probably easier to in a unit test.
References
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Problem
When using disk buffer,
record.encode
in writer.ts moves the record anddrop
it causing acknowledgement to happen to source.but record is not written to disk so such ack are premature.
record should not dropped here and same record should be returned incase of any error happened rather than decoded one.
Configuration
No response
Version
35.0
Debug Output
No response
Example Data
No response
Additional Context
To repro we need to create the situation where disk write fail after encoding of record, which is probably easier to in a unit test.
References
No response
The text was updated successfully, but these errors were encountered: