Top "Apache-zookeeper" questions

Apache ZooKeeper is a distributed service that provides configuration information storage, naming, synchronization, coordination, and group services.

How to restart kafka server properly?

Every time I stop the kafka server and start it again it doesn't start properly and I have to restart …

apache-kafka apache-zookeeper
Kafka - How to commit offset after every message using High-Level consumer?

I'm using Kafka's high-level consumer. Because I'm using Kafka as a 'queue of transactions' for my application, I need to …

message-queue apache-zookeeper distributed-transactions apache-kafka
supervisord stopping child processes

One of the problems, I face with supervisord is that when I have a command which in turn spawns another …

bash apache-zookeeper supervisord ubuntu-11.04
Classpath is empty. Please build the project first e.g. by running './gradlew jar -PscalaVersion=2.11.12'

I am not able to run a Apache Kafka service due to a failure while trying to start a Zookeeper …

apache-kafka apache-zookeeper
TimeoutException: Timeout expired while fetching topic metadata Kafka

I have been trying to deploy Kafka with schema registry locally using Kubernetes. However, the logs of the schema registry …

kubernetes apache-kafka apache-zookeeper confluent-schema-registry
What is the role of Zookeeper vs Eureka for microservices?

I am going to implement the orchestration of a set of microservices in my application. Two widely using tools I …

architecture microservices apache-zookeeper netflix-eureka orchestration
Zookeeper issue in setting kafka

To install kafka , I downloaded the kafka tar folder. To start the server I tried this command : bin/zookeeper-server-start.sh …

apache-zookeeper apache-kafka
Starting Kafka Server Permanently

I have setup Kafka on Amazon EC2 instance. I have done the following in below order: (1) SSH into the Instance (2) …

amazon-ec2 apache-zookeeper apache-kafka
zookeeper is not a recognized option when executing kafka-console-consumer.sh

I'm learning how to use kafka from this link(except I'm using port 2182 in zookeeper), but it shows: zookeeper is …

java apache-kafka apache-zookeeper
Error in Publishing message to Kafka topic

I am new to Kafka and try to setup enviroment for it . I am trying to run a single node …

apache-kafka apache-zookeeper kafka-producer-api