Skip to content

Commit

Permalink
Merge 31bcbab into de101b7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Apr 12, 2018
2 parents de101b7 + 31bcbab commit 7dc903e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ private GrpcTxEvent convertEvent(TxEvent event) {
.setLocalTxId(event.localTxId())
.setParentTxId(event.parentTxId() == null ? "" : event.parentTxId())
.setType(event.type().name())
.setTimeout(event.timeout())
.setCompensationMethod(event.compensationMethod())
.setPayloads(payloads);

Expand Down

0 comments on commit 7dc903e

Please sign in to comment.