Jennifer88huang commented on a change in pull request #5531: Documentation
updates, mainly for Python API
URL: https://github.com/apache/pulsar/pull/5531#discussion_r341617688
##########
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:
yes, it should be removed.
----------------------------------------------------------------
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