Skip to main content

All Questions

0 votes
0 answers
29 views

Custom Dockerfile and docker-compose.yml file for Kafka and Zookeeper containers doesn't produce and consume messages

I'm trying to create a custom Dockerfile and docker-compose.yml files for Kafka and Zookeeper services, in order to understand how to configure it, and how those services are communicated between each ...
Jesus Fragoso Jimenez's user avatar
1 vote
0 answers
20 views

labs.play-with-docker.com Session timed out! Your session has expired and all of your instances have been deleted

When I use an online lab environment through my browser: https://labs.play-with-docker.com/, I can start the container when I execute the docker-compose.yml file through the docker-compose up -d ...
user14019518's user avatar
0 votes
1 answer
41 views

Kafka consumerdoesn't receive messages in docker

I am creating a very basic consumer/producer setup for Kafka. I am using both Zookeper and Kafka with a Docker compose. Both seem to be connecting but when it comes to produce or consume, nothing ...
NeoChiri's user avatar
  • 314
0 votes
0 answers
37 views

Docker Kafka and Zookeeper Issue

I am new to docker and when i am trying to run kafka and zookeeper, i see these issues, in zookeeper: 2024-04-29 15:50:44,031 [myid:1] - INFO [main:NIOServerCnxnFactory@686] - binding to port 0.0.0.0/...
shankar.technik's user avatar
0 votes
1 answer
81 views

Docker-compose Kafka: no brokers available

Running Kafka, zookeeper, and client/producers on local docker. Getting error no brokers on Kafka and services. The waiting for a node assignment. Call: createTopics in the error below makes me wonder ...
Gregory Morris's user avatar
0 votes
0 answers
29 views

HBase Zookeeper Connection Error Docker Standalone 2.3.x and 2.4.x

I'm trying to run a specific version of HBase (2.4.6) in standalone mode in Docker. However I'm getting Zookeeper connection issues on every HBase version from 2.3.x onwards. I can successfully get a ...
user3676476's user avatar
1 vote
0 answers
129 views

Dockerized spring boot app can't access host machine's kafka instance through localhost

I have a dockerized spring-boot web service that needs to produce to a Kafka topic. I'm running Kafka with Zookeeper locally on Ubuntu. My web service is running in Docker on the same machine. I have ...
Jesse Ford's user avatar
0 votes
0 answers
54 views

The Hbase docker container is not accessible under version 2.4.4 but works with same setup under 2.2.6

There is a testing environment including a dockerised HBase unit which was developed previously and works fine on a Linux machine but doesn't work on Mac locally. In particular, after running the ...
Sergey Lipinsky's user avatar
0 votes
1 answer
44 views

Getting new service endpoint from Zookeeper when existing endpoint is unreachable

I'm writing an application that integrates with Zookeeper for client-side service discovery. The application is a Python Flask app deployed with gunicorn and Docker in a K8s cluster. It uses the kazoo ...
Fijoy Vadakkumpadan's user avatar
0 votes
0 answers
284 views

Kafka and Zookeeper with docker image

I have setup zookeeper with the bitnami image which is working fine with the kafka image confluentinc/cp-kafka:latest image ALLOW_ANONYMOUS_LOGIN: 'yes'. I am trying to establish the SASL/OAUTHBEARER ...
Shantanu Mitra's user avatar
1 vote
1 answer
947 views

Zookeeper Command [/usr/local/bin/dub path /var/lib/zookeeper/data writable] FAILED

everybody, I have a problem. I want to create through docker-compose two containers, zookeeper and kafka. I do it like this: version: '3' services: zookeeper: image: confluentinc/cp-zookeeper:...
panic08's user avatar
  • 159
0 votes
0 answers
129 views

Unable to start kafka using docker

I want to start kafka using docker command but zookeeper is showing some error. ** error-** java.net.ConnectException: Connection refused at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(...
Madara's user avatar
  • 1
0 votes
1 answer
413 views

Timed out waiting for Kafka to create /brokers/ids in Zookeeper

I am getting an io.confluent.admin.utils.cli.KafkaReadyCommand error, stating that org.apache.kafka.common.errors.TimeoutException: Timed out waiting for Kafka to create /brokers/ids in Zookeeper. ...
nivendha's user avatar
  • 812
0 votes
1 answer
528 views

docker: no matching manifest for linux/arm64/v8 in the manifest list entries. with zookeeper

I was trying to setup the zookeeper locally by following: https://app.pluralsight.com/library/courses/kafka-connect-fundamentals/table-of-contents. How to fix this? docker run -it --rm --name ...
Jeff Cook's user avatar
  • 8,646
0 votes
0 answers
72 views

Apache Accumulo 2.0.1 with Zookeeper versions 3.5 and later

I need to update a docker stack containing a container for Apache Accumulo and one for Zookeeper. The old Dockerfile for Accumulo is something like this. FROM hdfs-custom-image ARG TAG ARG ...
Luigi's user avatar
  • 341

15 30 50 per page
1
2 3 4 5
15