tisonkun commented on code in PR #18277:
URL: https://github.com/apache/pulsar/pull/18277#discussion_r1010165638
##########
site2/docs/functions-overview.md:
##########
@@ -26,9 +26,9 @@ Each time a function receives a message, it completes the
following consume-appl
1. Consumes the message from one or more **input topics**.
2. Applies the customized (user-supplied) processing logic to the message.
3. Publishes the output of the message, including:
- a) writes output messages to an **output topic** in Pulsar
- b) writes logs to a **log topic** (if it is configured)for debugging
- c) writes [state](functions-develop-state.md) updates to BookKeeper (if it
is configured)
+ - writes output messages to an **output topic** in Pulsar
+ - writes logs to a **log topic** (if it is configured)for debugging
+ - writes [state](functions-develop-state.md) updates to BookKeeper (if it
is configured)
Review Comment:
Yes. I mean if the original purpose is an ordered list, you may use:
```suggestion
1. writes output messages to an **output topic** in Pulsar
2. writes logs to a **log topic** (if it is configured)for debugging
3. writes [state](functions-develop-state.md) updates to BookKeeper (if
it is configured)
```
--
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]