RobertIndie commented on a change in pull request #13599:
URL: https://github.com/apache/pulsar/pull/13599#discussion_r778583426
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Topic.java
##########
@@ -105,6 +105,10 @@ default void setProperty(String propertyName, Object
value) {
default Object getProperty(String propertyName) {
return null;
}
+
+ default boolean isChunked() {
Review comment:
Do we need to add the override annotation in the implementation class
like `MessagePublishContext`? I think it is good to have.
--
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]