class documentation

Connection information for one Pulsar cluster endpoint.

This is primarily used with AutoClusterFailover.

Class Method wrap Undocumented
Method __init__ Create a service info entry.
Method __repr__ Undocumented
Property service_url Undocumented
Property tls_trust_certs_file_path Undocumented
Property use_tls Undocumented
Instance Variable _authentication Undocumented
Instance Variable _service_info Undocumented
def wrap(cls, service_info: _pulsar.ServiceInfo): (source)

Undocumented

def __init__(self, service_url: str, authentication: Authentication | None = None, tls_trust_certs_file_path: str | None = None): (source)

Create a service info entry.

Parameters
service_url:strThe Pulsar service URL for this cluster.
authentication:Authentication, optionalAuthentication to use when connecting to this cluster.
tls_trust_certs_file_path:str, optionalTrust store path for TLS connections to this cluster.
def __repr__(self) -> str: (source)

Undocumented

service_url: str = (source)

Undocumented

tls_trust_certs_file_path: str | None = (source)

Undocumented

Undocumented

_authentication = (source)

Undocumented

_service_info = (source)

Undocumented