Demogorgon314 commented on code in PR #19414:
URL: https://github.com/apache/pulsar/pull/19414#discussion_r1144467048
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TopicMessageImpl.java:
##########
@@ -68,11 +68,6 @@ public MessageId getMessageId() {
return messageId;
}
- @Deprecated
- public MessageId getInnerMessageId() {
Review Comment:
> Most modifications are replacing the msgId instanceof XXXImpl with
(MessageIdAdv) msgId. And some methods like
TopicMessageIdImpl#getInnerMessageId will be marked as deprecated.
We shouldn't remove this method, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]