I am new to Apache Pulsar but I'm trying to use Pulsar-Functions to process existing messages on a topic. It seems that these functions are intended for streaming purposes only, so they would only get triggered when new messages arrive to the input topic. Still, I wanted to confirm.
Thanks!