Kafka Connect REST create connector

domain: kafka.apache.org · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Verify the Kafka Connect REST API is reachable; by default it listens on port 8083.
  2. POST to http://{connect_host}:8083/connectors with Content-Type: application/json and a body containing {"name": "connector-name", "config": {"connector.class": "...", "tasks.max": "1", ...}}.
  3. A 201 Created response returns the connector config; a 409 Conflict means a connector with that name already exists.
  4. Check connector status via GET /connectors/{name}/status; the state field should transition to RUNNING.
  5. Inspect individual task states at GET /connectors/{name}/status under the tasks array; a FAILED task includes a trace field with the stack trace.

Known gotchas

Related routes

Deploy a Kafka Connect source and sink connector
kafka.apache.org · 5 steps · unrated
Configure Kafka Connect JSON converter with Schema Registry to enforce schema validation and evolve schemas safely across connector restarts
kafka.apache.org · 5 steps · unrated
Configure Kafka Connect with a custom SMT to mask or hash PII fields before records reach a sink connector
kafka.apache.org · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans