Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.52 KB

PulsarEventSource.md

File metadata and controls

24 lines (17 loc) · 1.52 KB

PulsarEventSource

PulsarEventSource describes the event source for Apache Pulsar

Properties

Name Type Description Notes
tls io.argoproj.events.models.common.TLSConfig [optional]
connectionBackoff io.argoproj.events.models.common.Backoff [optional]
tlsAllowInsecureConnection Boolean Whether the Pulsar client accept untrusted TLS certificate from broker. [optional]
url String Configure the service URL for the Pulsar service.
jsonBody Boolean JSONBody specifies that all event body payload coming from this source will be JSON [optional]
topics List<String> Name of the topics to subscribe to.
filter EventSourceFilter [optional]
tlsTrustCertsSecret V1SecretKeySelector [optional]
authTokenSecret V1SecretKeySelector [optional]
type String Type of the subscription. Only &quot;exclusive&quot; and &quot;shared&quot; is supported. Defaults to exclusive. [optional]
tlsValidateHostname Boolean Whether the Pulsar client verify the validity of the host name from broker. [optional]
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]