Aiven-Open / http-connector-for-apache-kafka

Apache Kafka Connect sink connector for HTTP
Apache License 2.0
88 stars 44 forks source link

Dynamic Endpoint #205

Open ferbercedo opened 7 months ago

ferbercedo commented 7 months ago

Hi, I'm trying to set up a connector to make a request to a dynamic endpoint with the kafka event key. For example, "http.url" : "http://httpmockserver:1080/KEY"

Is there any possible configuration for this?

Thanks in advance