18270704097 opened a new issue, #9740:
URL: https://github.com/apache/seatunnel/issues/9740

   <img width="1988" height="1029" alt="Image" 
src="https://github.com/user-attachments/assets/5b4a9ad9-0444-4c14-b133-310f1a5187fa";
 />
   
   config
   
   env {
     parallelism = 1
     job.mode = "BATCH"
   }
   
   source {
     Kafka {
       schema = {
         fields {
           id = "int"
           name = "string"
           price = "double"
           category = "string"
         }
       }
       format = json
       topic = "yyyyy"
       bootstrap.servers = "43.139.107.144:9092"
       kafka.config = {
         client.id = client_1
         auto.offset.reset = "latest"
       }
     }
   }
   
   sink {
     Console {}
   }


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