huanhuang-wang opened a new issue #3098: [Question] how to make consumer 
subscribe only one partition
URL: https://github.com/apache/pulsar/issues/3098
 
 
   By using custom partitioner we let
   all messages of user id 1~100 goes to topic A partition 1,
   all messages of user id 2~200 goes to topic A partition 2,
   ...
   
   and want to create multiple Failover subscriptions for each partition,
   Failover subscription A1 with consumers(A1.x, A1.y) which consumes only 
message from topic A partition 1,
   Failover subscription A2 with consumers(A2.x, A2.y) which consumes only 
message from topic A partition 2,
   ...
   
   how to implement this? should I use different topics other than partitions 
on same topic?
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to