Jennifer88huang commented on a change in pull request #5531: Documentation
updates, mainly for Python API
URL: https://github.com/apache/pulsar/pull/5531#discussion_r341587037
##########
File path: site2/docs/functions-api.md
##########
@@ -265,6 +265,7 @@ public interface Context {
void incrCounter(String key, long amount);
long getCounter(String key);
void putState(String key, ByteBuffer value);
+ void deleteState(String key);
Review comment:
Since the `functions-api.md` file is deprecated, we can add this in the
`functions-develop.md` file.
In the new structure, Functions develop contains information related to
available APIs, examples, and other info used for develop Functions.
----------------------------------------------------------------
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