Issues & Help¶
Often, the quickest way to get support for general questions is through the MongoDB Community Forums for Kafka Connector.
Refer to our support channels documentation for more information.
Bugs / Feature Requests¶
To report a bug or to request a new feature for the Kafka Connector, please open a case in our issue management tool, JIRA:
- Create an account and login.
- Navigate to the KAFKA project.
- Click Create Issue. 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 have identified a security vulnerability in the connector or any other MongoDB project, please report it according to the instructions found on the Create a Vulnerability Report page.
Pull Requests¶
We are happy to accept contributions to help improve the connector. We 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