davidradl commented on code in PR #26223:
URL: https://github.com/apache/flink/pull/26223#discussion_r1979005956


##########
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:
   Personally I prefer specific words to prevent confusion, but am ok to leave 
as is if you have strong feelings on this. If we do this then we should refer 
to both in the sentence "allow expert users to ". Or it reads that this is not 
applicable to advanced developers 



-- 
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]

Reply via email to