# Writing your own Kafka Connector

- [15 .  More Resources for Developer](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/15-.-more-resources-for-developer.md)
- [14. Deploying our Connector on the Landoop cluster](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/14.-deploying-our-connector-on-the-landoop-cluster.md)
- [13. Commands](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/13.-commands.md)
- [12. Building & running a connector in standalone mode](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/12.-building-and-running-a-connector-in-standalone-mode.md)
- [11. Source Task](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/11.-source-task.md)
- [10. Source Partition & Source Offsets](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/10.-source-partition-and-source-offsets.md)
- [9. Writing our GitHub API HTTP Client](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/9.-writing-our-github-api-http-client.md)
- [8. Data Models for our Objects](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/8.-data-models-for-our-objects.md)
- [7. Writing a schema](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/7.-writing-a-schema.md)
- [6. Connector Class](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/6.-connector-class.md)
- [5. Config Definitions](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/5.-config-definitions.md)
- [4. Using the Maven Archetype to get started](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/4.-using-the-maven-archetype-to-get-started.md)
- [3. Description of the GitHub Issues API](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/3.-description-of-the-github-issues-api.md)
- [2. Finding the code and installing required software](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/2.-finding-the-code-and-installing-required-software.md)
- [1. Goal of the section - GitHubSourceConnector](https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector/1.-goal-of-the-section-githubsourceconnector.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://architectures.gitbook.io/project/apahce-kafka/kakfa-connect-handson-learning/writing-your-own-kafka-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
