Zaki
Zaki
This seems like an easy job, I wonder if I could be assigned it? 🫣
@Pil0tXia This issue has been fixed 
> Please consider supporting Webhook and HTTPS/SSL, and provide corresponding options for users in yml file. OK, I will continue to improve the relevant functions. Does a new issue need...
@Pil0tXia I understand that a webhook is a callback function in HTTP (where a server sends a request to a client). Why does an Http Sink Connector need this capability?...
> In order to display Webhook callback response body, you may need to store them in a memory queue, and leave a comment indicating its future use. @Pil0tXia I have...
The way I envision or understand for a client with webhook functionality is as follows: The web client sends a request containing a ConnectRecord and a callback URL to the...
> May I ask that why do you want to **process** data HTTP Sink Connector received? Basically we just need to store and display it to users and it is...
> Regarding `NoResponseQueue` and `ResponseQueue`, I don't think it's necessary to read and write to `NoResponseQueue` frequently. You can put responses of a 200 status code received into a queue...
@Pil0tXia In order to implement the webhook function, we must add the callback url to the request so that the server knows where it should send the callback data, then...