getindata / flink-http-connector

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

Provide optional query parameters along with the body payload. #78

Closed OlivierZembri closed 3 months ago

OlivierZembri commented 3 months ago

For body-based requests, the current connector supports either query parameters or body parameters but not a mix of both.

Some REST API require query parameters like ?version=123&id=1 or an apiKey as query parameter in addition to the body payload.

kristoffSC commented 3 months ago

Hi @OlivierZembri Thank you for submitting this issue and preparing the PR.

I'm taking look at it.

kristoffSC commented 3 months ago

Released in 0.12.0. Version is already pushed to maven central. It usually takes some time until it will be visible on connector's maven page but it should be available to download from maven already