zhaijack opened a new pull request #1103: Issue 1100: Provide `TopicsConsumer` 
to consume from several topics under same namespace
URL: https://github.com/apache/incubator-pulsar/pull/1103
 
 
   ### Motivation
   This is a first sub-task for pip-13, which would like handle subscription to 
topics under same namespace.
   
   ### Modifications
   - add subscribe methods in `PulsarClient` and `PulsarClientImpl`.
   - add `TopicsConsumerImpl`, `TopicMessageImpl`, `TopicMessageIdImpl`, add 
some test.
   - change parameter in `UnAckedMessageTracker` from `MessageIdImpl` to 
`MessageId`.
   
   ### Result
   old methods behaviour not changed, 
   user could use new method to subscribe to topics

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to