Skip to content

Create example for camel-resteasy-kafka-source-connector #565

Closed
@LeonardoBonacci

Description

@LeonardoBonacci

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions