momo-jun commented on code in PR #543: URL: https://github.com/apache/pulsar-site/pull/543#discussion_r1179080221
########## 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 Review Comment: @cbornet I don't quite understand this user task from the heading. Can you pls also attach the feature PR in this PR's description? ########## 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. +This provides better latency, less I/O and disk consumption than going through an intermediate topic. Review Comment: ```suggestion Running a [Pulsar Function](functions-overview.md) in memory before a sink connector provides lower latency, less I/O, and disk consumption than going through an intermediate topic. ``` I incorporated the first sentence into this one so it can be removed. -- 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]
