Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
54 views

I use ZooKeeperNetEx.dll along side the Confluent.Kafka in my .NET app. Every time I run the app, a log file with this naming "ZK.2026-02-05-10.06.05.601Z" is generated. I tried to use use ...
Score of 0
1 answer
86 views

Kafka Zookeeper insists on using NIOServerCnxnFactory as the connection factory, even after setting serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory. The grep log for this issue: [...
Score of -3
1 answer
83 views

I have Solr and Zookeeper both running in a Docker-Container on the same machine. When everything stays within the ecosystem it works quite well. However I need to integrate it with another tool that ...
Score of 0
0 answers
100 views

I want to start kafka + zookeeper with kubernetes using docker desktop but I have an error: Unable to canonicalize address zookeeper/:2181 because it's not resolvable my yaml: apiVersion: v1 kind: ...
Score of 0
1 answer
103 views

I have a docker compose stack that includes ZooKeeper. It has worked beautifully for years. zoo: container_name: zoo image: public.ecr.aws/docker/library/zookeeper:3.9.3 restart: unless-...
Score of 0
1 answer
116 views

Structure SOLR v. 9.8.0, 3 Nodes Zookeeper v. 3.9.3, 3 Instances Pysolr latest The SOLR and Zookeeper Nodes run in a docker environment. The Solr Authentication is a MultiAuthPlugin with the ...
Score of 0
0 answers
51 views

Solr(7.7.2) and Zookeeper version is installed in the corresponding servers via octopus script. Both Solr and Zookeeper is running invidually. Solr is running in the port number 8983. Zookeeper is ...
Score of 1
0 answers
46 views

In paper Zab: High-performance broadcast for primary-backup systems, the figure 1 shows that Paxos could violate primary order of requests. I understand the result will be like that if each proposer ...
Score of 1
0 answers
629 views

I am trying to setup Kafka (version - kafka_2.13-3.9.0.tgz) on windows 11 and zookeeper is running smoothly on windows but kafka server is not starting up.. When i try to execute kafka-server-start....
Score of 0
2 answers
199 views

My consumers are inherited from the BasicKafkaConsumerV2. During deployments when the pods are rotating I am missing few messages which is visible from the offsets printed after the manual commit(). ...
Score of -1
1 answer
320 views

I'm trying to set up a Kafka producer in a Spring Boot application to send messages to a specific topic. I'm getting a SerializationException. I've checked my serializer and the schema of the messages,...
Score of 0
2 answers
1633 views

We've been running Kafka with Zookeeper for years. The setup was to form Zookeeper cluster and then let brokers connect to it. Everything in Puppet. No extra steps and after some restarts cluster ...
Score of 1
0 answers
448 views

I'm using SOLR with zookeeper in Ubuntu 24.04.1 server, installed SOLR with 1 shard, 2 replicas and 3nodes of zookeeper(localhost) and all are running in same server with basic solr authentication. ...
Score of 1
0 answers
86 views

For reasons, I am trying to write a program to maximize Zookeeper throughput of znode creation. Here is the rust program I have currently: #![allow(dead_code)] use std::sync::atomic::{AtomicUsize, ...
Score of 0
1 answer
142 views

I'm building a Kafka Application on Windows Subsystem for Linux 2 (WSL2). I'm using Zookeeper 3.5.8, confluent-6.1.0 and java openjdk version 17.0.12. I successfully installed all the above platforms ...

15 30 50 per page
1
2 3 4 5
244