gorabbit icon indicating copy to clipboard operation
gorabbit copied to clipboard

Consumer's `Validate` method needs a revamp

Open m3talux opened this issue 1 year ago • 0 comments

Registering consumer's handler with wildcard keys does not cover all possibilities and sometimes does not work.

Having '#' in the middle of a routing key does not work, for example a.b.#.c fails to validate.

The code is also a bit messy and needs restructuring for better readability and maintainability.

m3talux avatar May 17 '24 09:05 m3talux