Postava
> Sent: Wednesday, November 2, 2016 1:49:33 AM
> To: users@kafka.apache.org
> Subject: Re: Kafka Connect Hdfs Sink not sinking
>
> Are you writing new data into the topic that the HDFS sink is trying to
> read data from? This line
>
properly function. All reportedly hangs while
attempting to consume.
connect-console-sink, connect-file-sink, etc...
From: Ewen Cheslack-Postava
Sent: Wednesday, November 2, 2016 1:49:33 AM
To: users@kafka.apache.org
Subject: Re: Kafka Connect Hdfs Sink not sinking
Are you writing new data into the topic that the HDFS sink is trying to
read data from? This line
[2016-10-28 10:56:48,408] TRACE hdfs-sink-0 polling consumer with timeout
58820 ms (org.apache.kafka.connect.runtime.WorkerSinkTask:221)
indicates it's going to wait for about 60s until some data arr
Hi,
I'm was attempting to follow the hdfs-connector quick start guide
(http://docs.confluent.io/3.0.0/connect/connect-hdfs/docs/hdfs_connector.html#quickstart),
but I'm unable to consume messages using Kafka Connect (hdfs-connector). I did
confirm that I am able to consume the messages via con