You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/08 07:55:42 UTC

[GitHub] zhaijack opened a new pull request #1359: Delete PartitionedConsumerImpl, use TopicsConsumerImpl instead

zhaijack opened a new pull request #1359: Delete PartitionedConsumerImpl, use TopicsConsumerImpl instead
URL: https://github.com/apache/incubator-pulsar/pull/1359
 
 
   ### Motivation
   
   Currently we have both TopicsConsumerImpl and PartitionedConsumerImpl. The behaviour and code of them are similar:  contains a list of ConsumerImpl and make them work together. This PR tries to delete PartitionedConsumerImpl and use TopicsConsumerImpl instead.
   
   ### Modifications
   
   Delete PartitionedConsumerImpl, use TopicsConsumerImpl instead.
   
   ### Result
   
   No api changes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services