davidradl commented on code in PR #26223: URL: https://github.com/apache/flink/pull/26223#discussion_r1973144731
########## docs/content.zh/docs/dev/datastream/sinks.md: ########## @@ -93,36 +93,36 @@ The `Sink` needs to be serializable. All configuration should be validated eager ### Custom sink topology -For advanced developers, they may want to specify their own sink operator topology(A structure composed of a series of operators), such as collecting `committables` to one subtask and processing them together, or performing operations such as merging small files after `Committer`. Flink provides the following interfaces to allow expert users to customize the sink operator topology. +For advanced developers and expert users, they may want to specify their own sink operator topology (A structure composed of a series of operators), such as collecting `committables` to one subtask and processing them together, or performing operations such as merging small files after `Committer`. Flink provides the following interfaces to allow expert users to customize the sink operator topology. Review Comment: I am curious what the difference is between advanced developers and expert users. If we want to agree and define on personas / roles for Flink then we could refer to them separately (if they are sufficiently different) - otherwise I suggest we stick to one way of referring to them (I am happy with either, but if it requires coding then developer in the role name would make sense) -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org