coder-zzzz opened a new issue #2267:
URL: https://github.com/apache/rocketmq/issues/2267


   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   Skip some message by tools or other ways to avoid app error without 
exception catch.
   
   2. Provide any additional detail on your proposed use case for this feature.
   Sometimes producer send error msgs to topic, it will be block the consumer's 
consume because the consumer didn't try catch this exception(like json format 
error)
   
   There are there ways to fix skip the error msgs:
   1.  skip to the latest msg's offset(already offered)
   2.  skip to sometime(already offered)
   3.  make a hotfix to skip the msgs(programing by users)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to