LeonardoBonacci opened a new issue #565:
URL: https://github.com/apache/camel-kafka-connector/issues/565
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!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]