llofberg / kafka-connect-rest

Kafka Connect REST connector
Apache License 2.0
108 stars 55 forks source link

Add better support for HTTP parameters #24

Closed amilbourne closed 5 years ago

amilbourne commented 5 years ago

This changes the config parameters and is therefore a breaking change. The parameter support does not allow for multi-valued parameters - this is a known limitation. The code should really have better tests.

This relates to issue #23

I'm happy to implement changes it you can see improvements that can be made (or are needed).