Hi Kafka Users
I have a test setup at home with one machine hosting a zookeeper server and
a broker server, while the second machine hosting a broker server.
On the first machine, producing and consuming messages are ok. But on the
second one, producing message throws this error in the log.
The
wrote:
> Are those ERROR transient? If so, this is normal when the topic didn't
> exist and was auto created.
>
> Thanks,
>
> Jun
>
>
> On Mon, Nov 11, 2013 at 12:12 AM, ji yan wrote:
>
> > Hi Kafka Users
> >
> > I have a test setup at home wi