SaturnIC edited a comment on issue #6215: [Python Function] localrun deployment cannot store state URL: https://github.com/apache/pulsar/issues/6215#issuecomment-582011899 I found the solution, the problem was indeed the --state_storage_serviceurl attribute. I found the solution looking at the pulsar logs during function creation when using "create": **--state_storage_serviceurl bk://127.0.0.1:4181** This service url must be added manually when deploying a localrun function. There is no example or hint about this issue anywhere in the documentary so i suggest to add this information to the documentary. It is no bug.
---------------------------------------------------------------- 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
