Hisoka-X commented on code in PR #9359:
URL: https://github.com/apache/seatunnel/pull/9359#discussion_r2106444535
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/resources/kafka/kafkasource_earliest_to_console.conf:
##########
@@ -69,6 +69,12 @@ sink {
]
}
]
+ row_rules = [
+ {
+ rule_type = MIN_ROW
Review Comment:
Could you add `rule_type = MAX_ROW` too to limit the actually read data
count? Also please set `MIN_ROW` and `MAX_ROW` value as equals.
--
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]