Closed
Description
Hi all,
Thanks to all contributors: this is a great and promising project!
I'm trying to set-up the camel-resteasy-kafka-source-connector, with the following - largely guessed - connector configuration
{
"name": "camel-resteasy",
"config": {
"tasks.max":1,
"topics": "foo",
"connector.class":"org.apache.camel.kafkaconnector.resteasy.CamelResteasySourceConnector",
"key.converter":"org.apache.kafka.connect.storage.StringConverter",
"value.converter": "org.apache.kafka.connect.json.JsonConverter",
"value.converter.schemas.enable": false,
"camel.source.path.httpUri": "/easy",
"camel.source.endpoint.resteasyMethod": "POST"
}
}
It's just a experiment, but I cannot figure out how to access the connector and no documentation is provided.
My Kafka Connect node is accessible on the default localhost:8083.
Question is: how to configure camel.source.path.httpUri? On a local setup - having just the Kafka Connect node running- on which host is the connector (made) accessible?
Some documentation/explanation/example would be very much appreciated.
Cheers!
Metadata
Metadata
Assignees
Labels
No labels