darksungg opened a new issue #6832:
URL: https://github.com/apache/pulsar/issues/6832


   We are using the geo-repliated model, producing in US-East via a partitioned 
topic (persistent://my-tenant/my-namespace/my-topic). Looking in US-West, we 
can see persistent://my-tenant/my-namespace/my-topic-part0 to part2, as 
expected. Problem is that when we try to connect to 
persistent://my-tenant/my-namespace/my-topic in US-West or to 
   persistent://my-tenant/my-namespace/my-topic.* via regex, the java consumer 
client does not get any messages produces in US-East via 
persistent://my-tenant/my-namespace/my-topic or 
persistent://my-tenant/my-namespace/my-topic-partition-.* .
   
   I have read the documentation multiple times and no real success to consume 
a geo-replicated partitioned topic. Only way o can consume is manually 
consuming from persistent://my-tenant/my-namespace/my-topic-partition-0 (not a 
multi topic).
   
   Thanks for your help.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


Reply via email to