Skip to content

Make kafka listeners great again #4

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

1Mark
Copy link

@1Mark 1Mark commented Jan 16, 2023

Two fixes in this Pull Request both required to ensure this works out of the box.

This will ensure it builds as the compose file is started.

Update python/Dockerfile to use python3.8

Build was failing with python3.

Latest version of pip ensures deps are installed much faster.

Fix python/docker-compose*.yml

python/docker-compose*.yml were failing with

Error response from daemon: pull access denied for python_kafka_test_client,
repository does not exist or
may require 'docker login': denied: requested access to the resource is denied

FWIW: I'm not sure of the point of python/docker-compose_initial.yml - Unless we need it could we delete it?

1Mark added 2 commits January 16, 2023 22:08
Build was failing with python3.

Latest version of pip ensures deps are installed much faster.
python/docker-compose*.yml were failing with

```
Error response from daemon: pull access denied for python_kafka_test_client,
repository does not exist or
may require 'docker login': denied: requested access to the resource is denied
```

This will ensure it builds as the compose file is started.
@1Mark
Copy link
Author

1Mark commented Jan 16, 2023

FWIW: I'm not sure of the point of python/docker-compose_initial.yml - Unless we need it could we delete it?
Just came across https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/ not only did it help me but it's so well written!

so yes that file is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant