eolivelli commented on code in PR #15503:
URL: https://github.com/apache/pulsar/pull/15503#discussion_r872229162
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/nonpersistent/NonPersistentSubscription.java:
##########
@@ -518,4 +521,8 @@ public long getLastActive() {
public void updateLastActive() {
this.lastActive = System.currentTimeMillis();
}
+
+ public Map<String, String> getSubscriptionProperties() {
+ return subscriptionProperties;
Review Comment:
I have wrapped the properties with unmodifiabledMap
--
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]