apache / rocketmq-connect

A tool for scalable and reliably streaming data between Apache RocketMQ and other systems.
https://rocketmq.apache.org/
Apache License 2.0
121 stars 117 forks source link

Add support for authentication, proxy, custom headers, query parameters, and request body to HTTP Connector #528

Open ingdex opened 7 months ago

ingdex commented 7 months ago
  1. The HTTP Connector should allow users to specify the HTTP request method (e.g., GET, POST, PUT, DELETE).
  2. The HTTP Connector should support various authentication methods such as Basic Auth, OAuth, and API keys.
  3. The HTTP Connector should allow users to customize the request header fields, query parameters, and request body.
  4. The HTTP Connector should provide options to set timeout, request parallelism, and token.