Jaskey commented on a change in pull request #358: [ISSUE #292] Add support of
transactional message feature
URL: https://github.com/apache/rocketmq/pull/358#discussion_r201310706
##########
File path:
broker/src/main/java/org/apache/rocketmq/broker/client/net/Broker2Client.java
##########
@@ -62,34 +60,22 @@ public Broker2Client(BrokerController brokerController) {
}
public void checkProducerTransactionState(
+ final String group,
final Channel channel,
final CheckTransactionStateRequestHeader requestHeader,
- final SelectMappedBufferResult selectMappedBufferResult) {
+ final MessageExt messageExt) throws Exception {
Review comment:
Can this Exception be specific?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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