Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to see the Atlas Kafka events #35

Open
davidradl opened this issue Oct 14, 2021 · 1 comment
Open

Unable to see the Atlas Kafka events #35

davidradl opened this issue Oct 14, 2021 · 1 comment

Comments

@davidradl
Copy link

I want to run the image and listen for the Atlas events. If I add an entity I want to see the corresponding event coming out.

@planetf1
Copy link

I've take a look at this and was thinking the cause is to do with advertized listeners. As one iteration of a fix I created a Dockerfile which inherits from this one and modifies the default config (just using a RUN directive, and sed/cat to modify & extend). This may not be the best fix.. but...

One gotcha I noted is that the Dockerfile here contains a 'VOLUME' directive. Unfortunately this means any changes (attempted are lost (see https://boxboat.com/2017/01/23/volumes-and-dockerfiles-dont-mix/). It can be worked around by using a script that runs at container launch time instead, but I wonder if it's worth considering if VOLUME could be removed?

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

No branches or pull requests

2 participants