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 2020/04/18 19:14:01 UTC

[GitHub] [pulsar] cckellogg commented on issue #6520: Provide support to configure different docker images for go, python, java function

cckellogg commented on issue #6520: Provide support to configure different docker images for go, python, java function
URL: https://github.com/apache/pulsar/issues/6520#issuecomment-615929653
 
 
   This can already be supported by providing your own implementation of this class 
   
   https://github.com/apache/pulsar/blob/master/pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/kubernetes/KubernetesManifestCustomizer.java
   This class allows you to do anything to the function spec so you can set whatever image you want.
   
   

----------------------------------------------------------------
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