addisonj commented on issue #5400: [functions] Allow functions to pass runtime 
specific options
URL: https://github.com/apache/pulsar/pull/5400#issuecomment-546643173
 
 
   I started in on re-working this... the changes introduced in #5404 broke one 
of the assumptions this made, which was that we create new instances of the 
functionAuthProvider, with a specific one for any overridden namespace. 
@jerrypeng do you see any problem with pushing the creation of the 
FunctionAuthProvider (via reflection) into the KubernetesRuntimeFactory? Or 
should we move the namespace used elsewhere? This provides a lot more 
flexibility to end users as being able to isolate various tenants to their own 
k8s namespace for functions can be use for finer grain isolation of underlying 
resources.
   
   Would love to get this one through this week, but just want to make sure I 
am aligned in how to go about this

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


With regards,
Apache Git Services

Reply via email to