Hisoka-X commented on code in PR #9041:
URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2014073595


##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSource.java:
##########
@@ -78,9 +78,9 @@ public List<CatalogTable> getProducedCatalogTables() {
     @Override
     public SourceReader<SeaTunnelRow, KafkaSourceSplit> createReader(
             SourceReader.Context readerContext) {
-
         BlockingQueue<RecordsWithSplitIds<ConsumerRecord<byte[], byte[]>>> 
elementsQueue =
-                new LinkedBlockingQueue<>();
+                new 
LinkedBlockingQueue<RecordsWithSplitIds<ConsumerRecord<byte[], byte[]>>>(

Review Comment:
   ```suggestion
                   new LinkedBlockingQueue<>(
   ```



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

Reply via email to