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 2019/11/26 03:05:50 UTC

[GitHub] [pulsar] yjshen commented on issue #5495: Add a reverse mapping from role to namespaces

yjshen commented on issue #5495: Add a reverse mapping from role to namespaces
URL: https://github.com/apache/pulsar/issues/5495#issuecomment-558438284
 
 
   I'm facing the same situation while developing pulsar-flink-connector.
   
   My scene is as follows:
   I was developing a Pulsar catalog in Flink and mapping `tenant/namespace` to `database`,`topic` to `table`. Therefore, for each role, I need to list all topics it has access to, and users could fire queries based on his/her tables.

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


With regards,
Apache Git Services