Tabnine Logo
AdminZkClient.deleteTopic
Code IndexAdd Tabnine to your IDE (free)

How to use
deleteTopic
method
in
kafka.zk.AdminZkClient

Best Java code snippets using kafka.zk.AdminZkClient.deleteTopic (Showing top 2 results out of 315)

origin: apache/hive

 void deleteTopic(@SuppressWarnings("SameParameterValue") String topic) {
  adminZkClient.deleteTopic(topic);
 }
}
origin: allegro/hermes

@Override
public void removeTopic(Topic topic) {
  kafkaNamesMapper.toKafkaTopics(topic).forEach(k -> adminZkClient.deleteTopic(k.name().asString()));
}
kafka.zkAdminZkClientdeleteTopic

Popular methods of AdminZkClient

  • <init>
  • createTopic
  • addPartitions
  • changeTopicConfig
  • getBrokerMetadatas

Popular in Java

  • Finding current android device location
  • startActivity (Activity)
  • getApplicationContext (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now