drainHandler is a ConsumerGroupHandler that drains messages without blocking.
| 342 | |
| 343 | // drainHandler is a ConsumerGroupHandler that drains messages without blocking. |
| 344 | type drainHandler struct{} |
| 345 | |
| 346 | func (*drainHandler) Setup(_ ConsumerGroupSession) error { return nil } |
| 347 | func (*drainHandler) Cleanup(_ ConsumerGroupSession) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected