Hi,
I have a remote server (EC2) setup with Kafka cluster setup. There are 3
brokers each running in the port 9092,9093,9094. The zookeeper is running in
the port 2181.
When I send message to the brokers from my PC, I get an exception which is
given below. I did a dump in the remote server, the
17 AM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> Hi,
>
> I have a remote server (EC2) setup with Kafka cluster setup. There are
> 3 brokers each running in the port 9092,9093,9094. The zookeeper is
> running in the port 2181.
&g
On Tue, Jan 28, 2014 at 2:17 AM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> I checked the faq. I did change the host.name in server properties.
> After changing it I get ConnectException.
>
> The problem here is in EC2 have a diff
ginal Message-
From: Jun Rao [mailto:jun...@gmail.com]
Sent: Wednesday, January 29, 2014 12:27 PM
To: users@kafka.apache.org
Subject: Re: Reg Exception in Kafka
Could it be a port conflict?
Thanks,
Jun
On Tue, Jan 28, 2014 at 5:20 PM, Balasubramanian Jayaraman (Contingent) <
balasubramania
p out?
Also, we recently added https://issues.apache.org/jira/browse/KAFKA-1092,
which allows one to use a different ip for binding and connecting. You can see
if this works for you. The patch is only in trunk though.
Thanks,
Jun
On Tue, Jan 28, 2014 at 10:10 PM, Balasubramanian Jayaraman (Conti
nd see what's the host/port of the broker?
Thanks,
Jun
On Tue, Feb 4, 2014 at 1:54 AM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> I downloaded from the trunk and set up the properties
> host.name=
> advertise.host.name=
>
&
./bin/zookeeper-shell.sh : get /brokers/ids/
On Wed, Feb 05, 2014 at 07:04:50AM +, Balasubramanian Jayaraman
(Contingent) wrote:
> Where should I look for these information. From the logs, I could see
> ZooKeeper is bound to port 2181 and IP 0.0.0.0. The Kafka Server is started
. It should be "
advertised.host.name", instead of advertise.host.name
Thanks,
Jun
On Wed, Feb 5, 2014 at 6:06 PM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> Thanks Joel.
>
> It seems the Broker is registered to
oller 3]: Newly
added brokers: 2,1, deleted brokers: , all live brokers: 3,2,1
(kafka.controller.ReplicaStateMachine$BrokerChangeListener)
-Original Message-
From: Balasubramanian Jayaraman (Contingent)
[mailto:balasubramanian.jayara...@autodesk.com]
Sent: Thursday, February 06, 2014 5:
Any issue with the network?
Thanks,
Jun
On Tue, Feb 18, 2014 at 7:48 PM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> I just came from vacation.
> When I tested it, I get a Connect Exception. The complete stack trace is
> given below.
connection from the controller host to the other broker?
Also, what's the # open file handlers on each broker? Do you see any "too many
open file handler" error in the broker log?
Thanks,
Jun
On Wed, Feb 19, 2014 at 12:14 AM, Balasubramanian Jayaraman (Contingent) <
bala
anged the JMX port when starting?
On Thu, Feb 20, 2014 at 10:37 PM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> All the brokers reside in the same server and are listening on the
> port 10092,10093,10094. From the same machine I c
, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> All the brokers reside in the same server and are listening on the
> port 10092,10093,10094. From the same machine I can connect to the
> zookeeper and the brokers. But When I tried to
: users@kafka.apache.org
Subject: Re: Reg Exception in Kafka
Maybe you need to add the port to the right security group?
Thanks,
Jun
On Thu, Feb 20, 2014 at 9:58 PM, Balasubramanian Jayaraman (Contingent) <
balasubramanian.jayara...@autodesk.com> wrote:
> One point to note is that, I
Hi,
I have a doubt regarding to Partition and replica. What is the difference
between them?
I created a topic "test1" with 5 partition and 3 replicas. I am sending a
message to the topic "test1". I see that different partitions are present in
the different Kafka brokers.
Some questions on this
Hi
I have a doubt on the parallelism. Why the number of parallel consumer
consuming messages from a topic is restricted on the number of partitions
configured for a topic?
Why should this be the case. Why should the partition affect the number of
parallel consumers?
Thanks
Bala
artin
On 5 Mar 2014, at 10:13, Balasubramanian Jayaraman (Contingent)
wrote:
> Hi
>
> I have a doubt on the parallelism. Why the number of parallel consumer
> consuming messages from a topic is restricted on the number of partitions
> configured for a topic?
> Why should
configure your topic to have
enough partitions that you can achieve the required parallelism? That's what
partitions are for.
Martin
On 6 Mar 2014, at 01:19, Balasubramanian Jayaraman (Contingent)
wrote:
> Thanks Martin.
> I got it. The design is considered for Performance improve
18 matches
Mail list logo