candlerb commented on a change in pull request #5531: Documentation updates, 
mainly for Python API
URL: https://github.com/apache/pulsar/pull/5531#discussion_r341609828
 
 

 ##########
 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:
   I already added it to functions-develop in bcce54d09
   
   This was just aligning functions-api, but if it's not needed then it should 
be rm'd.  (It will still exist in repo history).

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

Reply via email to