There is typo in your consumer configuration, it should
be auto.offset.reset.
Thanks,
Nitin
On Fri, May 1, 2020 at 12:28 PM vishnu murali
wrote:
> Hey Guys,
>
> I am trying to move data between one cluster to another cluster
>
>
>
> *Source*
>
> *Destination*
>
> *Zookeeper*
>
> 2181
>
> 2182
>
Yes, that's a clean shutdown log, with few exceptions that are expected
(connected clients get disconnected during shutdown). Add fsync after kafka
shutdown should force OS to flush buffers to disk. I somehow suspect there is
some problems during unmounting/mounting disks.However I don't know
Hi Guys
Previously I asked question about the Mirror maker and it is solved now.
So Now I need to know is there any connectors available for that same.
Like JdbcConnector acts as a source and sink for DB connection is there any
connector available for performing mirror operations
or
does some
Are you talking about MirrorMaker 2? That runs as a connector.
If not, perhaps you can clarify your question a bit as to what it is you
are looking for.
--
Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff
On Fri, 1 May 2020 at 13:57, vishnu murali
wrote:
> Hi Guys
>
Hi Robin
I am using Apache Kafka there is service called kafka-mirror-maker.bat with
the consumer and producer properties to copy topic from one cluster to
another.
I want to do that by using connector..
I didn't aware anything about MirrorMaker 2 and I didn't know how to
download and configure
Hi,
Please add my JIRA ID into the contributors list of Apache Kafka.
Here is my JIRA profile:
Username: wj1918
Full name: Jun Wang
Thanks
Both stores sever a different purpose.
Regular stores allow you to store state the application computes.
Writing into the changelog is a fault-tolerance mechanism.
Global store hold "axially" data that is provided from "outside" of the
app. There is no changelog topic, but only the input topic (t
Done.
On 5/1/20 11:21 AM, Jun Wang wrote:
> Hi,
>
> Please add my JIRA ID into the contributors list of Apache Kafka.
>
> Here is my JIRA profile:
>
> Username: wj1918
> Full name: Jun Wang
>
> Thanks
>
signature.asc
Description: OpenPGP digital signature
Thank You !
From: Matthias J. Sax
Sent: Friday, May 1, 2020 4:29 PM
To: users@kafka.apache.org
Subject: Re: Request for adding into contributors list
Done.
On 5/1/20 11:21 AM, Jun Wang wrote:
> Hi,
>
> Please add my JIRA ID into the contributors list of Apache K