You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Dockerized kafka setup, but things like port and hostname are all hard coded in the docker-compose. That's fine for now, but I imagine we will want to make it easier for someone to configure particular docker-compose settings.
As we start to use this I imagine it will become more clear what kinds of settings need to be configurable, and exactly how we would like to enable that configuration (for instance root level .env might not be appropriate, since in theory the Dockerized Kafka is not a required approach)
Task
Description
We have a Dockerized kafka setup, but things like port and hostname are all hard coded in the docker-compose. That's fine for now, but I imagine we will want to make it easier for someone to configure particular docker-compose settings.
As we start to use this I imagine it will become more clear what kinds of settings need to be configurable, and exactly how we would like to enable that configuration (for instance root level .env might not be appropriate, since in theory the Dockerized Kafka is not a required approach)
Relevant Resources / Research
Related Issues
None yet.
The text was updated successfully, but these errors were encountered: