momo-jun commented on code in PR #543:
URL: https://github.com/apache/pulsar-site/pull/543#discussion_r1179080304


##########
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to