Thanks Colin.
Great initiative!

Here's a small correction (between **) for KIP-415 with a small suggestion
as well (between _ _):

In Kafka Connect, worker tasks are distributed among the available worker
nodes. When a connector is reconfigured or a new connector is deployed _as
well as when a worker is added or removed_, the *tasks* must be rebalanced
across the Connect cluster to help ensure that all of the worker nodes are
doing a fair share of the Connect work. In 2.2 and earlier, a Connect
rebalance caused all worker threads to pause while the rebalance proceeded.
As of KIP-415, rebalancing is no longer a stop-the-world affair, making
configuration changes a more pleasant thing.

Cheers,
Konstantine

On Tue, Jun 18, 2019 at 1:50 PM Swen Moczarski <swen.moczar...@gmail.com>
wrote:

> Nice overview!
>
> I found some typos:
> rbmainder
> bmits
> implbmentation
>
> Am Di., 18. Juni 2019 um 22:43 Uhr schrieb Boyang Chen <
> bche...@outlook.com
> >:
>
> > One typo:
> > KIP-428: Add in-mbmory window store
> > should be
> > KIP-428: Add in-memory window store
> >
> >
> > ________________________________
> > From: Colin McCabe <cmcc...@apache.org>
> > Sent: Wednesday, June 19, 2019 4:22 AM
> > To: dev@kafka.apache.org
> > Subject: Re: Preliminary blog post for the Apache Kafka 2.3.0 release
> >
> > Sorry, I copied the wrong URL at first.  Try this URL instead:
> >
> https://blogs.apache.org/preview/kafka/?previewEntry=what-s-new-in-apache
> >
> > best,
> > Colin
> >
> > On Tue, Jun 18, 2019, at 13:17, Colin McCabe wrote:
> > > Hmm.  I'm looking to see if there's any way to open up the
> > permissions... :|
> > >
> > >
> > >
> > > On Tue, Jun 18, 2019, at 13:12, M. Manna wrote:
> > > > It’s asking for credentials...?
> > > >
> > > > On Tue, 18 Jun 2019 at 15:10, Colin McCabe <cmcc...@apache.org>
> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I've written up a preliminary blog post about the upcoming Apache
> > Kafka
> > > > > 2.3.0 release.  Take a look and let me know what you think.
> > > > >
> > > > >
> > > > >
> >
> https://blogs.apache.org/roller-ui/authoring/preview/kafka/?previewEntry=what-s-new-in-apache
> > > > >
> > > > > cheers,
> > > > > Colin
> > > > >
> > > >
> > >
> >
>

Reply via email to