Example Python Functions With Apache Pulsar Brief Intro One of the most exciting features of Apache Pulsar is Pulsar Functions. The general premise is, if you have a series of messages/events, you can apply arbitrary logic against each message in a serverless and stateful way. This feels similar to how AWS Lambda feels, where you […]