Thanks Matthias !
On Thu, Oct 5, 2017 at 12:16 AM, Matthias J. Sax
wrote:
> That is hard to do...
>
> Just deleting the topic might result in data loss, if not all data was
> processed by the application yet (note, that repartitioning topics are
> also kind of a buffer between subtopologies).
>
That is hard to do...
Just deleting the topic might result in data loss, if not all data was
processed by the application yet (note, that repartitioning topics are
also kind of a buffer between subtopologies).
Just manually changing the number of partitions via kafka-topics.sh will
break partitio
Hi all,
What is correct way to increase RF for existing internal topics that
kafka-streams create (re-partitioning streams)?
We are increasing RF for source topics and would like to align
kafka-streams as well. App part configuration is simple, but what to do
with existing internal topics?
Remov