Class PulsarDataConnection.Properties

java.lang.Object
com.hazelcast.jet.pulsar.PulsarDataConnection.Properties
Enclosing class:
PulsarDataConnection

public static final class PulsarDataConnection.Properties extends Object
Properties that are possible to use with PulsarDataConnection.
  • Field Details

    • BROKER_URL

      public static final String BROKER_URL
      Pulsar Broker URL. Always mandatory.
      See Also:
    • HTTP_SERVICE_URL

      public static final String HTTP_SERVICE_URL
      Pulsar HTTP endpoint URL for administrative tasks, like listing resources.
      See Also:
    • NAMESPACE

      public static final String NAMESPACE
      Either localName ("namespace") or full name ("tenant/namespace"). Optional property. If set, it will filter only resources assigned to this namespace.
      See Also:
    • TENANT

      public static final String TENANT
      Tenant name, optional. If set, it will filter only resources assigned to this tenant.
      See Also:
  • Constructor Details

    • Properties

      public Properties()