lhotari commented on code in PR #23352:
URL: https://github.com/apache/pulsar/pull/23352#discussion_r1792822338
##########
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats/SubscriptionStatsImpl.java:
##########
@@ -126,15 +125,9 @@ public class SubscriptionStatsImpl implements
SubscriptionStats {
/** Whether the Key_Shared subscription mode is AUTO_SPLIT or STICKY. */
public String keySharedMode;
- /** This is for Key_Shared subscription to get the recentJoinedConsumers
in the Key_Shared subscription. */
- public Map<String, String> consumersAfterMarkDeletePosition;
Review Comment:
Addressed in #23424
##########
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/SubscriptionStats.java:
##########
@@ -118,15 +118,6 @@ public interface SubscriptionStats {
/** Whether the Key_Shared subscription mode is AUTO_SPLIT or STICKY. */
String getKeySharedMode();
- /** This is for Key_Shared subscription to get the recentJoinedConsumers
in the Key_Shared subscription. */
Review Comment:
Addressed in #23424
--
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]