kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Apache Kafka on Apache Mesos

Results 51 kafka issues
Sort by recently updated
recently updated
newest added

When mesos agent start with --isolation=cgroups/devices,filesystem/linux,gpu/nvidia For example: sudo ./bin/mesos-agent.sh --ip=192.168.0.251 --no-hostname_lookup --master=192.168.0.215:5050 --work_dir=/work/data/mesos-slavels2 --no-switch_user --isolation=cgroups/devices,filesystem/linux,gpu/nvidia then the broker start will failed with timeout. $ ./kafka-mesos.sh broker start 1 Error:...

I am using Vagrant configuration from repo and I'm not able to start a broker, when I want to start one its output shows "timeout". PS: I notice framework use...

question

I’m doing a POC to deploy Kafka as an application on Mesos Cluster. I came across these 2 codebases on github. One developed by apache-mesos ([github page](https://github.com/mesos/kafka)) & other developed...

Hi, I used mesos-kafka in mesos version 1.3.0. However, it was not started up because it was built mesos version 0.28.0. So, I update mesos version to 1.3.0. I checked...

Here is the reference: https://travis-ci.org/mesos/kafka/jobs/264639772 Error Message : ``` Error resolving plugin [id: 'de.undercouch.download', version: '2.1.0'] > Could not GET 'https://plugins.gradle.org/api/gradle/2.8/plugin/use/de.undercouch.download/2.1.0'. > peer not authenticated ``` Resolution: * Updating to...

Since [commit ed0ff0732990c2fc4a7f3ef192b15a34ca2f12b3](https://github.com/mesos/kafka/commit/ed0ff0732990c2fc4a7f3ef192b15a34ca2f12b3#diff-f62e82d4caa4d616bbb8e8489b2ac8e0) The listeners config is forced to only PLAINTEXT when bind-address is defined which effectively disable the ability to use more than one listeners.

We have hit this issues multiple times where the framework is restarted when brokers are starting up, during reconciliation the framework fails to register an endpoint on that broker as...

Hi, I have a couple of questions: 1. Can the scheduler automatically increase or decrease the number of brokers? Ref: https://mesosphere.com/blog/2015/07/16/making-apache-kafka-elastic-with-apache-mesos/ 2. Do you support mesos persistent volumes?

question

System Status Operating System: CentOS 7 Kernal Version: 3.10.0-514.el7.x86_64 Zookeeper: 3.4.9 Mesos: 1.3.0 mesoskafka: master or 0.10 (both occurred same error) I kept receiving error when I start broker. It...

Hi, I see mesos-kafka isn't support security, I want to authenticating between broker and producer. For short term, is there any workaround for this, for long term, where is code...