Re: Fetch data from Rest API and sink to Kafka topic

2021-11-08 Thread Shuiqiang Chen
Hi Sharma, >From your description, it seem that you need to implement a custom source to fetch data from an Http server. Please refer to data sources [1] to learn how to develop a data source. And FYI, there is a si

Fetch data from Rest API and sink to Kafka topic

2021-11-08 Thread Manjusha Sharma
Hi I am new to Flink and just getting started. I've watched quite a few Flink Forward videos and excited to get started. I have a need where I need to pull data from a RESTFul API endpoint that is authenticated using username and password and send this data to a Kafka Topic. I would like to pull