You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/12 12:49:04 UTC

[GitHub] [pulsar] yusufaytas commented on issue #3153: java.lang.IllegalStateException: State is not enabled

yusufaytas commented on issue #3153:
URL: https://github.com/apache/pulsar/issues/3153#issuecomment-643252646


   Simply set it for `LocalRunner`
   ```
   LocalRunner localRunner = LocalRunner.builder()
       .stateStorageServiceUrl("bk://127.0.0.1:4181")
       .functionConfig(functionConfig)
       .build();
   ```


----------------------------------------------------------------
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:
users@infra.apache.org