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_r244899371
##########
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:
reference:
https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Functions.java#L87
----------------------------------------------------------------
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