riok/Kreya

Filtering "Responses" by content in websocket responses

Opened this issue · 1 comments

AFract commented

Is your feature request related to a problem? Please describe.

Hello,
We are reviewing the long awaited "websocket support" new Kreya's feature, so far we like it :).
In our case, we are connected to a socket that sends new messages every seconds, most of them are not really relevant, and we oftenly let the socket opened for a long time.

Describe the solution you'd like
It would be nice if we could have a "Filter" text input field above all responses displayed, that let us look only at the responses containing the string typed in this filter field (or even a certain pattern if you could support regex or wildcards for example instead of simple strings)
This way it would be easy to see only relevant messages.
Currently we didn't find a such feature.
I guess this could be interesting for gRPC too, unless you already implemented something like this in it.

Describe alternatives you've considered
Currently we are using a custom-made winform tool to review messages and diagnose issues with our websocket implementation with the feature above.

ni507 commented

Thank you for your suggestion. We will consider implementing such a filter.