question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I hope that the txProducerGroup of @RocketMQTransactionListener can support dynamic variables.

See original GitHub issue

FEATURE 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
wangxing-gitcommented, Dec 5, 2019

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 .

OK, I will follow the latest version.

0reactions
RongtongJincommented, Dec 5, 2019

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 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found