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
Both produce and consumer has continuous way to fetch producer and consumer. If connection to server goes down, it should immediately terminate it to give user good experience
Scope: If a Fluvio operation (e.g. consume) would stay open, but the connection is terminated, the CLI should gracefully exit and print a message describing what happened.
The text was updated successfully, but these errors were encountered:
We need some lower-level machinery updates in order to gracefully handle the producer case of this issue. For now it should be sufficient for the CLI to timeout and print a message which is what happens today.
Both produce and consumer has
continuous
way to fetch producer and consumer. If connection to server goes down, it should immediately terminate it to give user good experienceScope: If a Fluvio operation (e.g. consume) would stay open, but the connection is terminated, the CLI should gracefully exit and print a message describing what happened.
The text was updated successfully, but these errors were encountered: