You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
Hey Folks,
It seems like a kafka streams app will automatically create "helper" topics (e.g. those used by reducers, and repartition nodes), with the correct partitions. Have I got that right? Anyone mind pointing me to the apache jira that resolved this so I can learn more about how it works? We had a work-around in place and I'd like to make sure I can safely strip out the work-around and just rely on kafka streams itself to create these topics.
Cheers,
Andy
Matthias J. Sax
unread,
Feb 7, 2017, 4:30:59 PM2/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to confluent...@googlegroups.com
Hi,
Yes, your understanding is correct. Some topics get created by Streams
automatically since the first version. Thus, no JIRA for this part (ie,
internal changelog topics to back up state stores).
> We had a work-around in place and I'd like to make sure I can
> safely strip out the work-around and just rely on kafka streams itself
> to create these topics.