getindata / flink-http-connector

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.
Apache License 2.0
150 stars 43 forks source link

Could provide performance test? #33

Open wellCh4n opened 1 year ago

wellCh4n commented 1 year ago

I'm very glad to have found this project. We are building a Flink-SQL platform and want to use this connector in a production environment. We have about 7 million data per day, which averages out to about 80 QPS. HTTP ingestion will probably be our primary way. We were using a Data Gateway and MQ for HTTP data ingestion before, but we want to reduce the use of MQ with this connector.

But this project is too fresh for us... So I hope you could provide performance tests when you have time. If possible, I would like to know your usage scenario. Thank you very much!