Class PulsarClusterMetadataSetup

java.lang.Object
org.apache.pulsar.PulsarClusterMetadataSetup

public class PulsarClusterMetadataSetup extends Object
Setup the metadata for a new Pulsar cluster.
  • Constructor Details

    • PulsarClusterMetadataSetup

      public PulsarClusterMetadataSetup()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • initMetadataStore

      public static org.apache.pulsar.metadata.api.extended.MetadataStoreExtended initMetadataStore(String connection, int sessionTimeout) throws Exception
      Throws:
      Exception