hailin0 commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2011791561
########## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/config/KafkaSourceOptions.java: ########## @@ -41,6 +41,12 @@ public class KafkaSourceOptions extends KafkaBaseOptions { .withDescription( "Kafka consumer group id, used to distinguish different consumer groups."); + public static final Option<Long> QUEUE_SIZE = + Options.key("queue_size") + .longType() + .defaultValue(1000L) Review Comment: ```suggestion .defaultValue(1024L) ``` -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org