eolivelli commented on a change in pull request #12401:
URL: https://github.com/apache/pulsar/pull/12401#discussion_r749062985
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats/TopicStatsImpl.java
##########
@@ -90,7 +95,12 @@
/** List of connected publishers on this topic w/ their stats. */
@Getter(AccessLevel.NONE)
- public List<PublisherStatsImpl> publishers;
+ @Setter(AccessLevel.NONE)
+ private List<PublisherStatsImpl> publishers;
+
+ @Getter(AccessLevel.NONE)
+ @Setter(AccessLevel.NONE)
+ private Map<String, PublisherStatsImpl> publishersMap;
Review comment:
Is this struct
--
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]