You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/05/17 11:20:42 UTC

[GitHub] [incubator-seatunnel] HendSame commented on issue #1898: [Bug] [examples] java.lang.ClassNotFoundException: Plugin class not found by name :[KafkaTableStream]

HendSame commented on issue #1898:
URL: https://github.com/apache/incubator-seatunnel/issues/1898#issuecomment-1128745697

   It needs to  add the `kafka-connector`  dependency to the `seatunnel-examples` module 
   
   ```
   <dependency>
               <groupId>org.apache.seatunnel</groupId>
               <artifactId>seatunnel-connector-flink-kafka</artifactId>
               <version>${project.version}</version>
           </dependency>
   ```


-- 
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-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org