phemmer commented on issue #5138: URL: https://github.com/apache/pulsar/issues/5138#issuecomment-617540979
I've created a wrapper around `pulsar-function-go/pf` which provides state support. It's pretty minimal at the moment, and needs more work (concurrency safety & documentation), but it does function. If you're interested, it can be found here: https://godoc.org/github.com/phemmer/go-pulsar-state/pulsar An example of it's usage can be found here: https://github.com/phemmer/go-pulsar-state/blob/master/pulsar/examples/wordcount/wordcount.go ---------------------------------------------------------------- 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]
