aloyszhang commented on code in PR #10916:
URL: https://github.com/apache/inlong/pull/10916#discussion_r1736049185


##########
inlong-manager/manager-plugins/base/src/main/resources/flink-sort-plugin.properties:
##########
@@ -35,3 +35,7 @@ flink.savepoint.directory=file:///data/inlong-sort/savepoints
 flink.parallelism=1
 # flink stop request drain
 flink.drain=false
+# max data count per core per second
+flink.max.data.percore=1000

Review Comment:
   ```suggestion
   # max msg rate per core
   flink.max.msg.rate.percore=1000
   ```



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