I hope that the txProducerGroup of @RocketMQTransactionListener can support dynamic variables.
See original GitHub issueFEATURE REQUEST
like this:
@RocketMQTransactionListener(
txProducerGroup = "${spring.cloud.stream.rocketmq.bindings.transactionalAccountOutput.producer.group}",
corePoolSize = 5,
maximumPoolSize = 10
)
public class TransactionListenerImpl extends AbstractTransactionListener {
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK, I will follow the latest version.
Hi @wangxing-git ,
txProducerGroup
will be removed in subsequent releases. The value is the same as the producerGroup of RocketMQTemplate by default. Can refer to #179 .