wangxing-git opened a new issue #72: I hope that the txProducerGroup of @RocketMQTransactionListener can support dynamic variables. URL: https://github.com/apache/rocketmq-spring/issues/72 **FEATURE REQUEST** ##### like this: ```java @RocketMQTransactionListener( txProducerGroup = "${spring.cloud.stream.rocketmq.bindings.transactionalAccountOutput.producer.group}", corePoolSize = 5, maximumPoolSize = 10 ) public class TransactionListenerImpl extends AbstractTransactionListener { } ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
