jerrypeng commented on a change in pull request #3271: remove function details 
from v3 function endpoints
URL: https://github.com/apache/pulsar/pull/3271#discussion_r244898881
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/FunctionsBase.java
 ##########
 @@ -101,11 +100,10 @@ public void updateFunction(final @PathParam("tenant") 
String tenant,
                                final @FormDataParam("data") InputStream 
uploadedInputStream,
                                final @FormDataParam("data") 
FormDataContentDisposition fileDetail,
                                final @FormDataParam("url") String 
functionPkgUrl,
-                               final @FormDataParam("functionDetails") String 
functionDetailsJson,
 
 Review comment:
   As I said above, no this is only for v3 API.  The v2 and v1 API still takes 
in a functionDetails

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