Replies: 4 comments 13 replies
-
~~Seems like the release/2.11.0 plan have not include it but it exist in milestone 2.11.0. ~~
|
Beta Was this translation helpful? Give feedback.
1 reply
-
what time release 2.11.0 RELEASE version?
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年10月10日(星期一) 上午10:52
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [apache/pulsar] what time merge about this version ? (Discussion #17978)
Seems like the release/2.11.0 plan have not include it but it exist in milestone 2.11.0.
PR: #16817
/cc @codelipenghui
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
thank you , but i want use java client get "unAckMsgCount" info 。
thank you too .
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年10月10日(星期一) 中午11:11
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [apache/pulsar] what time merge about this version ? (Discussion #17978)
bin/pulsar-admin topics partitioned-stats {topic} or bin/pulsar-admin topics stats {topic}
and you can get this message:
"subscriptions" : { {subscriptionsName} : { "consumers": [{ "msgRateOut" : 0.0, "msgThroughputOut" : 0.0, ... }] ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@liangyuanpeng current version 2.10.1 getUnackedMessages() method availability?? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/apache/pulsar/blob/4ee346693df8fc8314f94d53b00283f1c6079dc1/pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/ConsumerStats.java
now 2.10.1 version no top url api.
thank .
Beta Was this translation helpful? Give feedback.
All reactions