changyoutianxia opened a new issue, #6481:
URL: https://github.com/apache/rocketmq/issues/6481

   **FEATURE REQUEST**
   
   1. I want batch insert db.
   
   2.         provider.newPushConsumerBuilder()
                   .setClientConfiguration(configuration)
                   .setConsumerGroup(mqConsumerConfig.getConsumerGroup())
                   .setSubscriptionExpressions(subscriptionMap)
                   .setMessageListener(new MessageListener() {
                       @Override
                       public ConsumeResult consume(List<MessageView> 
messageView) {
                           return ConsumeResult.SUCCESS;
                       }
                   }).build();
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to