Anonymitaet commented on code in PR #543: URL: https://github.com/apache/pulsar-site/pull/543#discussion_r1187386622
########## docs/io-use.md: ########## @@ -466,6 +466,14 @@ For the latest and complete information, see [Pulsar admin docs](pathname:///ref </Tabs> ```` +## Run a Pulsar Function before a sink connector + +You have the possibility to run a [Pulsar Function](functions-overview.md) in-memory before a sink connector (see [PIP-193](https://github.com/apache/pulsar/issues/16739)). Review Comment: ```suggestion You can run a [Pulsar Function](functions-overview.md) in memory before a sink connector. For details, see [[PIP 193: Sink preprocessing Function](https://github.com/apache/pulsar/issues/16739). ``` ########## docs/io-use.md: ########## @@ -466,6 +466,14 @@ For the latest and complete information, see [Pulsar admin docs](pathname:///ref </Tabs> ```` +## Run a Pulsar Function before a sink connector + +You have the possibility to run a [Pulsar Function](functions-overview.md) in-memory before a sink connector (see [PIP-193](https://github.com/apache/pulsar/issues/16739)). +Running a Pulsar Function in memory before a sink connector provides lower latency, less I/O and disk consumption than going through an intermediate topic. Review Comment: ```suggestion Running a Pulsar Function in memory before a sink connector provides lower latency, less I/O, and disk consumption than going through an intermediate topic. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
