For a number of transformations, stateful transformation is not needed but for the current setup of Candyfloss, it still requires the creation of the internal changelog topics needed by KStream for stateful processing. Having a flag such as the following in the application config would disable this and remove the requirement of needing this topic
kstream.changelog.disabled = true
Thanks,
Sean