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

Is any docker image for kafka-manager avaliable? #76

Open
andy0301 opened this issue Jun 2, 2015 · 10 comments
Open

Is any docker image for kafka-manager avaliable? #76

andy0301 opened this issue Jun 2, 2015 · 10 comments

Comments

@andy0301
Copy link

andy0301 commented Jun 2, 2015

We are going to use docker to install kafka-manager, but not sure if any docker image already available here, so that we can try leverage it in our installation? Another question is I found some image in docker site, but not sure right now the docker image how to manage the network between internal docker and external hosts? Because we have zookeeper setup in VMs using puppet, but try to use docker install kafka-manager, not sure will be any issues between network configuration?

@sheeley
Copy link

sheeley commented Jun 4, 2015

You can use sheepkiller/kafka-manager-docker (code is located here: https://github.com/sheepkiller/kafka-manager-docker). If you can connect to the zookeeper hosts outside of docker, it shouldn't be an issue to connect to them from within docker (and if you run into problems, you'll likely have better luck troubleshooting on a docker-specific forum rather than kafka-manager).

@bfleming-ciena
Copy link

Mine.

https://registry.hub.docker.com/u/stonefury/kafkamanager-docker/

<-----Original Message----->

From: Johnny Sheeley [[email protected]]
Sent: 6/4/2015 12:33:24 PM
To: [email protected]
Subject: Re: [kafka-manager] Is any docker image for kafka-manager
avaliable? (#76)

You can use sheepkiller/kafka-manager-docker (code is located here:
https://github.com/sheepkiller/kafka-manager-docker). If you can
connect to the zookeeper hosts
outside of docker, it shouldn't be an issue to connect to them from
within docker (and if you run into
problems, you'll likely have better luck troubleshooting on a
docker-specific forum rather than kafka-

manager).

Reply to this email directly or view it on GitHub.

@ebuildy
Copy link

ebuildy commented Jan 6, 2016

No body had issue when running "sbt clean dist"?

[info] Main Scala API documentation successful.
[info] Packaging /usr/local/kafka-manager/target/scala-2.11/kafka-manager_2.11-1.3.0.4-javadoc.jar ...
[info] Done packaging.
[error] File name too long
[error] one error found
[error] (compile:compileIncremental) Compilation failed

Because scala compiler can generate long file name that Docker AUFS not support.

@timmartin19
Copy link

@ebuildy I had the same issue. Any luck in figuring it out?

@v-a
Copy link

v-a commented Jan 18, 2016

@ebuildy / @timmartin19 I've been able to fix that adding a step in the Dockerfile to append
scalacOptions ++= Seq("-Xmax-classfile-name", "200")
at the end of build.sbt in the main folder.
This will tell scalac to not generate filenames longer than 200 char (AUFS compatible)

@timmartin19
Copy link

@v-a That is exactly how I ended up fixing the issue. Thanks!

aglahe added a commit to aglahe/dsra-dcos that referenced this issue Apr 4, 2016
akursar added a commit to pulsepointinc/docker-kafka-manager that referenced this issue Apr 20, 2016
@rkettelerij
Copy link

There is now: https://hub.docker.com/r/kafkamanager/kafka-manager/tags introduced in #582

@vishwakulkarni
Copy link

If you want to deploy on cloudfoundry and manage kafka instance in cloudfoundry space, you can use this https://cloud.docker.com/u/vishykulk/repository/docker/vishykulk/kafka-manager, just bind your kafka instance to this and restage this application. it will work like a charm.

@lazystone
Copy link

Where new images will be published after the project name change?

I can't find version 3.0.0.0 in https://hub.docker.com/r/kafkamanager/kafka-manager/tags

@theturtle32
Copy link

Version 3.0.0.4 is up:
https://hub.docker.com/layers/kafkamanager/kafka-manager/3.0.0.4/images/sha256-6098a48d0beeaccebb59e36dff66f37bd160e6e1aed9592266b85bc0ed785f68?context=explore

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

No branches or pull requests

10 participants