jiangpengcheng commented on code in PR #20455: URL: https://github.com/apache/pulsar/pull/20455#discussion_r1223791619
########## pip/pip-272.md: ########## @@ -42,11 +15,11 @@ Currently, Pulsar uses Bookkeeper as the default state storage interface. We can The `WorkerConfig` is used to configure the Pulsar functions worker and has two fields related to the state store: -1. `stateStorageProviderImplementation`: The implementation class for the state store which should implement the interface`StateStoreProvider`, such as `org.apache.pulsar.functions.instance.state.BKStateStoreProviderImpl` +1. `stateStorageProviderImplementation`: The implementation class for the state store which should implement the interface `StateStoreProvider`, such as `org.apache.pulsar.functions.instance.state.BKStateStoreProviderImpl` 2. `stateStorageServiceUrl`: The service URL of state storage, such as: `bk://localhost:4181` -`Runtime` and `RuntimeFactory`: +## `Runtime` and `RuntimeFactory`: Review Comment: thanks for corrections, updated -- 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]
