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
That way it's implemented in that library it's not making the system fault tolerant. Given it has to be an explicit call to unwatch to get the latest known position that won't happen in the scenario of a system crash. What is the actual behaviour you're looking for? Can you describe me the use cases?
The actual use case is about having a a log reader dynamically.. But incase the file is not getting modifed for long or SIGTERM is received, we can unwatch it and start again from the same instance.
Thus we can maintain a consistency while reading logs.
Can we have a last position on unwatch from where we can resume if we re watch the file again?
This feature will help in making the system fault tolerant. Please look into this.
The text was updated successfully, but these errors were encountered: