Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions kafka-connector-cdc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ Connector.
Labs](https://downloads.datastax.com/#labs) and place it within this
directory.

## Docker Configuration Dependencies

* Docker Desktop's default memory configuration of **2 GB** is not enough to support this bundle of containers.
* Instructions for changing Docker's memory configuration is linked here for [Mac](https://docs.docker.com/docker-for-mac/) and [Windows](https://docs.docker.com/docker-for-windows/)
* Note: Setting Docker Desktop for Mac's configuration to **8 GB** is confirmed to work.
* One can confirm a container can't start due to a Docker memory constraint using:
* "docker ps -a" and check for [exit code 137](https://success.docker.com/article/what-causes-a-container-to-exit-with-code-137)
* And/or use "docker inspect <container id>" to check if "OOMKilled" is true

## Start the DataStax Enterprise and Apache Kafka Components

Note that the Source functionality of this connector will **ONLY** work with a
Expand Down