david-streamlio opened a new issue #9430: URL: https://github.com/apache/pulsar/issues/9430
**Is your enhancement request related to a problem? Please describe.** The org.apache.pulsar.io.core.ConnectorContext interface already defines the methods `putState()` and `getState()`. We should add a method called `deleteState()` to the interface as well. **Describe the solution you'd like** Add deleteState() method to the ConnectorContext interface Add implementation of the deleteState() method in all classes that implement the ConnectorContext interface **Describe alternatives you've considered** N/A **Additional context** ---------------------------------------------------------------- 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]
