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
In-flight capability implements a simple protocol that ensures message retransmission in case of consumer failure. In-flight heap is pure in-memory segment. Existed queue behaviour deletes the on-disk segment one its last message reads (delete happens during rotation). The crash of Erlang node will cause lost of in-flight heap. We need to ensure that disk segments are deleted only when its messages are acknowledged by consumer.
The text was updated successfully, but these errors were encountered:
In-flight capability implements a simple protocol that ensures message retransmission in case of consumer failure. In-flight heap is pure in-memory segment. Existed queue behaviour deletes the on-disk segment one its last message reads (delete happens during rotation). The crash of Erlang node will cause lost of in-flight heap. We need to ensure that disk segments are deleted only when its messages are acknowledged by consumer.
The text was updated successfully, but these errors were encountered: