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
Friends,
I am using Confluent Kafka Java API. How can I fetch the list of presently available topics in my cluster using Java? Any reference would be appreciated.
Matthias J. Sax
unread,
Nov 30, 2016, 3:51:30 PM11/30/16
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
Have a look into kafka.admin.TopicCommand --it has a --list option.