Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
25 views

Problems with Docker container configuration to specific IP addresses for Kafka and Zookeeper

I would like to run a Kafka cluster on one of my servers using a series of Docker containers. The associated Docker containers should not listen to 0.0.0.0, but to the internal and external IP of the ...
Theoran's user avatar
  • 101
-4 votes
0 answers
19 views

Spark and kafka integration in anaconda or docker [closed]

For my final year project, I need to use apache spark and kafka for data streaming. I have already set up pyspark environment in anaconda, but as for kafka I have no clue as there are no guides that ...
Window Man's user avatar
0 votes
0 answers
20 views

Container script does not automatically run at the container start-up

I just started learning about Docker and I am trying to create a project where I have producer, consumer and server scripts in seperate containers.Consumers update the table in sqlite3 database file ...
barkin sagan's user avatar
0 votes
0 answers
41 views

Mariadb docker container connection using debezium Failed

So I'm trying to create a mariadb docker container connection using debezium At first the connection was running well but I tried checking the status again after two minutes and I got an error. This ...
NV0C's user avatar
  • 11
0 votes
0 answers
36 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
1 answer
48 views

Connection refused error while accessing Kakfa set up in docker-container on VM from local system based using VM external IP

I have set up Kafka on my VM. It is working fine when I am using an external IP as 127.0.0.1 from the VM. (Able to produce and consume messages). But when I am trying to produce the messages locally, ...
iamabhaykmr's user avatar
  • 1,961
0 votes
0 answers
13 views

Microservice doesn't map ports correctly on Kafka [duplicate]

My microservice application throws a continuous error while trying to use Kafka. I am testing several configuration possibilities and I cannot understand why it doesn't work. Configuration of ...
Thorvas's user avatar
  • 73
0 votes
0 answers
31 views

Issue with setting up KSQLDB locally with Remote Kafka Cluster

I'm trying to set up KSQLDB locally and connect it to remote kafka server running on upstash. But, after configuring the credentials, I'm not able to connect to the kafka server. I installed KSQLDB ...
Ayyub's user avatar
  • 1
0 votes
0 answers
106 views

bitnami Kafka configuration with kraft with username/password docker-compose

I want to create kraft kafka with docker-compose.yaml I have used below code and it works fine but Now I want to enable authentication via username/password but nothing works. I have tried with many ...
Girish Bhutiya's user avatar
0 votes
0 answers
23 views

Kafka Cluster connecting from outside docker host machine not working

I have a question that I cannot get past. I cannot connect from an External machine to the Kafka Cluster. I can only locally from the Docker host. #SUCCESS On the docker host (192.168.2.14) where the ...
user3008410's user avatar
0 votes
0 answers
57 views

Error while creating Kafka topic from docker_compose

I am trying to create kafka topic from docker compose. Running on Windows 11. Here is content of docker-compose.yml file (based on sample files from other posts ) version: '3.9' networks: myNetwork: ...
lm.'s user avatar
  • 4,267
0 votes
0 answers
106 views

Kafka SASL_PLAINTEXT running in Docker container. Can't produce and consume messages

I am running Kafka in kRaft mode on Docker containers. I can produce and consume messages to brokers using command line but as soon as I try to do it using Python script from outside of the container ...
dvasilevich's user avatar
0 votes
0 answers
104 views

Kafka schema registry cannot connect to kafka server using docker compose

Im trying to run a simple kafka server with a schema registry for integration testing purposes. I have set up this compose file with minimal settings so that it should run. The kafka server is ...
Erik83's user avatar
  • 539
0 votes
0 answers
81 views

Spring-kafka - Docker-compose [WINDOWS]

Using this docker-compose file: version: '3.6' services: akhq: image: tchiotludo/akhq environment: AKHQ_CONFIGURATION: | micronaut: server: port: 9080 ...
Amir Choubani's user avatar
0 votes
0 answers
100 views

Timeout expired while fetching topic metadata

I am having the following problem. sh-5.2# bash bin/pinot-admin.sh AddTable -tableConfigFile /tmp/pinot/tb.json -schemaFile /tmp/pinot/sch.json -exec [0.001s][warning][gc] -Xloggc is deprecated. Will ...
Ingrid Iplinsky's user avatar

15 30 50 per page
1
2 3 4 5
31