The last time I tried, I couldn't find a way to do it, other than to trigger the bash script for topic deletion programatically.
On Wed, Oct 12, 2016 at 9:18 AM, Ratha v <vijayara...@gmail.com> wrote: > Hi all; > > I have two topics(source and target). I do some processing on the message > available in the source topic and i merge both topic. > That is; > > builder.stream(sourceTopic).to(targetTopic) > > Once merged I no longer require the sourceTopic. I want to delete it. > > How can I do that programatically in java? I use highelevel client APIs, > kafka v 0.10.0.1 > > > Thanks > -- > -Ratha > http://vvratha.blogspot.com/ >