[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178364#comment-13178364
 ] 

Ivan Kelly commented on BOOKKEEPER-149:
---------------------------------------

getSubscriptionList is only part of HedwigSubscriber. It's not part of 
org.apache.hedwig.client.api.Subscriber, so it would have to be added to that 
also.

This sounds more like an admin method than a client method. What is the usecase 
for this?
                
> Implement HedwigSubscriber#getSubscriptionList(ByteString subscriberId)
> -----------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-149
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-149
>             Project: Bookkeeper
>          Issue Type: Improvement
>            Reporter: Matthieu Morel
>
> This method currently returns null. (see 
> https://github.com/apache/bookkeeper/blob/trunk/hedwig-client/src/main/java/org/apache/hedwig/client/netty/HedwigSubscriber.java#L436
>  )
> A possible implementation would use a control message, like subscription 
> messages. But that will require modifications to the protocol definition. 
> Maybe there is another way?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to