## Feature request <!-- The resources of our team are limited. If you want to We will be able to help you faster if you follow the guidelines below. It will help us to understand and reproduce the issue and to find a solution faster. --> Consume message concurrently ### Description <!-- Describe the new feature clearly and concisely --> Maybe add an batch option on adding handler ### Example use case <!-- Provide an example of how you would use this feature. It will help us to understand the context of the request and to find the best solution. --> #### How it can look like in code ```go router.AddNoPublisherHandler( ..., &HandlerOptions{ BatchSize: xxx } ) ```