momo-jun commented on a change in pull request #14315:
URL: https://github.com/apache/pulsar/pull/14315#discussion_r808848709



##########
File path: site2/docs/functions-develop.md
##########
@@ -13,7 +13,9 @@ Interface | Description | Use cases
 :---------|:------------|:---------
 Language-native interface | No Pulsar-specific libraries or special 
dependencies required (only core libraries from Java/Python). | Functions that 
do not require access to the function [context](#context).
 Pulsar Function SDK for Java/Python/Go | Pulsar-specific libraries that 
provide a range of functionality not provided by "native" interfaces. | 
Functions that require access to the function [context](#context).
+Extended Pulsar Function SDK for Java | An extension to Pulsar-specific 
libraries, providing the initialization and close interfaces in java. | 
Functions that require initializing and releasing external resources.

Review comment:
       ```suggestion
   Extended Pulsar Function SDK for Java | An extension to Pulsar-specific 
libraries, providing the initialization and close interfaces in Java. | 
Functions that require initializing and releasing external resources.
   ```




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to