Re: Rest connector

2022-09-12 Thread John Casey via dev
We don't have a generic REST API IO at the moment. There has been some discussion, but as far as I know there haven't been any IOs developed. A factor here is that most http based services aren't strictly REST, which makes the development of an easy to use, but sufficiently generic, IO

Re: Rest connector

2022-09-12 Thread Ahmet Altay via dev
/cc @John Casey On Mon, Sep 12, 2022 at 12:03 PM Reddy annapureddy, Vijayas (V.) < vredd...@ford.com> wrote: > Hi Team, > > We are planning to use Apache beam for a new microservice project which is > in the discovery phase. Apache beam pipeline will read data from GCS and > send data to other

Rest connector

2022-09-12 Thread Reddy annapureddy, Vijayas (V.)
Hi Team, We are planning to use Apache beam for a new microservice project which is in the discovery phase. Apache beam pipeline will read data from GCS and send data to other microservice via REST API. Wanted to check if there is any connector already in place for this use case. Thanks,