Docs Home → MongoDB Kafka Connector
Issues & Help
Often, the quickest way to get support for general questions is through the MongoDB Community Forums.
Refer to our support channels documentation for more information.
Bugs / Feature Requests
If you think you've found a bug or want to see a new feature in the MongoDB Kafka Connector, please open a case in our issue management tool, JIRA:
Navigate to the KAFKA project.
Click Create. Please provide as much information as possible about the issue and the steps to reproduce it.
Bug reports in JIRA for the Kafka Connector project are public.
If you've identified a security vulnerability in the connector or any other MongoDB project, please report it according to the instructions found in the Create a Vulnerability Report.
Pull Requests
We're happy to accept contributions to help improve the connector. We will review user contributions to ensure they meet the standards of the codebase.
To get started check out the source and work on a branch:
git clone https://github.com/mongodb/mongo-kafka.git cd mongo-kafka git checkout -b myNewFeature