TyrantLucifer commented on PR #2404: URL: https://github.com/apache/incubator-seatunnel/pull/2404#issuecomment-1214288941
> > If you want to implement a connector like webhook, you can refer feishu sink implementation. First you should extends `connector-http-base`, then extends `HttpSink` and finally rewrite you logic in your class. By the way, in `connector-http-base` we had wrapped a http util so you need not add new http dependency additionally. > > Thx for your good advice,i will try Waiting for your contribution.😄 -- 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]
