Max Fortun
Max Fortun
This change will allow to pass `sortColumnId` and `sortOrder` url parameters to console's queues view, thus ordering the data on-load. This is very useful when visually monitoring dequeued messages change...
When load testing authorization it is very useful to see 30xs, 401s, and 403s. When load testing proxies it is useful to see 502s and 504s.
Issue [#162]. Feature: Dynamically provide Protocols on reconnect. Use case: Protocols is the only mechanism available to WebSocket to pass initialization information to the backend at connection time. As such,...
Feature: Dynamically provide `Protocols` on reconnect. Use case: `Protocols` is the only mechanism available to WebSocket to pass initialization information to the backend at connection time. As such, this could...
When parsing html with ampersands in sections and outputting xhtml, the ampersands remain unescaped and break parsing of the resulting document. Setting XML syntax, as suggested in [#202], does no...
These 2 error reporting valves allow to delegate error report for dynamic generation to an external source either via issuing a redirect or proxying the request.
… or that both of them will be present. Must loop through identifiers and assign the ones encountered.
This PR adds ability to specify a custom produce request parser. A custom produce request parser would allow to intercept all incoming messages before they get into the broker and...
Needed this to catch commands that were NOT getting on a wire to the Redis server.