docker-apache-atlas icon indicating copy to clipboard operation
docker-apache-atlas copied to clipboard

Unable to see the Atlas Kafka events

Open davidradl opened this issue 2 years ago • 1 comments

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.

davidradl avatar Oct 14 '21 14:10 davidradl

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?

planetf1 avatar Oct 15 '21 22:10 planetf1