Skip to content

Commit

Permalink
Pulsar Client: missing return in ConsumerImpl#internalGetLastMessageI…
Browse files Browse the repository at this point in the history
…dAsync (apache#10974)
  • Loading branch information
eolivelli authored Jun 18, 2021
1 parent 9af9361 commit a3dc8d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,7 @@ private void internalGetLastMessageIdAsync(final Backoff backoff,
String.format("The command `GetLastMessageId` is not supported for the protocol version %d. " +
"The consumer is %s, topic %s, subscription %s", cnx.getRemoteEndpointProtocolVersion(),
consumerName, topicName.toString(), subscription)));
return;
}

long requestId = client.newRequestId();
Expand Down

0 comments on commit a3dc8d2

Please sign in to comment.