defang icon indicating copy to clipboard operation
defang copied to clipboard

Add flags to SubscribeRequest to have logs in SubscribeResponse

Open nullfunc opened this issue 7 months ago • 0 comments

We want to aggregate into one stream subscribe service states and tail log entries. This will significantly simplify CLI handling of two streams at the same time.

In SubscribeRequest include flag

  • wantLogEntries

SubscribeResponse will have service state by default but will include logEntries (like tail) if wantLogEntries is true

nullfunc avatar Jul 08 '24 17:07 nullfunc