Any other update on this?
On Mon, Mar 26, 2018, 7:42 PM Andrew Otto wrote:
> I’ve had similar problems, but I don’t have an explanation for ya :/
>
> On Sun, Mar 25, 2018 at 12:19 PM, Siva A wrote:
>
> > Hi,
> >
> > We have 3 nodes Kafka cluster(0.10.0.1) a
Hi,
We have 3 nodes Kafka cluster(0.10.0.1) and its mirroring the data from
another 3 node cluster of same Kafka version.
Both the clusters are Kerberized and we are running the Mirrormaker on the
target cluster using the single principal/keytab with the one way trust on
the KDC.
At times, the mi
Hi
Check the __consumer_offsets topics replication. If it's set to one that's
the issue. Increase the replication of the topic.
Thanks
Siva
On Feb 21, 2018 1:35 PM, "Sandor Murakozi" wrote:
> hi Behrang,
> I recommend you to check out some docs that explain how partitions and
> replication wor
tan
>
> On 25-Jan-2018 12:24 PM, "Siva A" wrote:
>
> > Kafka version i am using is 0.10.0.1
> >
> > On Thu, Jan 25, 2018 at 12:23 PM, Siva A
> wrote:
> >
> > > Hi All,
> > >
> > > I have a 3 node Kafka cluste
Kafka version i am using is 0.10.0.1
On Thu, Jan 25, 2018 at 12:23 PM, Siva A wrote:
> Hi All,
>
> I have a 3 node Kafka cluster.
> I am trying to consume data from logstash(version 5.5.2) using the new
> consumer API.
>
> When Kafka2 and Kafka3 is down i am still abl
Hi All,
I have a 3 node Kafka cluster.
I am trying to consume data from logstash(version 5.5.2) using the new
consumer API.
When Kafka2 and Kafka3 is down i am still able to consume the data without
any issues.
But whenever the kafka1 is down the logstash consumer is just hang there.
Anyone face