All Classes and Interfaces

Class
Description
Precedence of config resolution, the least priority to the highest, each step overriding the previous one.
 
Key/Value extractor extracting the key from a Pulsar message and passing the message's payload as value.
Key/Value extractor extracting the key and value from a Pulsar message with KeyValue schema.
Pulsar outgoing message as payload
 
 
 
 
 
 
 
 
Extracts the common configuration for the smallrye-pulsar connector.
Extract the incoming configuration for the smallrye-pulsar connector.
Extract the outgoing configuration for the smallrye-pulsar connector.
Failure strategy `continue` which calls logs message failure but continues the stream without nacking or acking the message
 
 
 
Exceptions for Pulsar Connector Assigned ID range is 19100-19199
Warning this class consists of generated code.
Failure strategy `fail` which stops the stream by emitting a failure with the message processing failure
 
 
 
 
Failure strategy `ignore` which continues the stream in case of failure and acks the message instead
 
 
 
 
 
 
Logging for Pulsar Connector Assigned ID range is 19000-19099
Warning this class consists of generated code.
 
 
 
 
 
Messages for GCP Pub/Sub Connector Assigned ID range is 19200-19299
Warning this class consists of generated code.
Failure strategy `nack` which calls negative acknowledgement for the message and continues the stream
 
 
 
 
 
Failure strategy `reconsume-later` which calls reconsume later for the message
 
 
 
 
 
 
 
 
 
 
 
Emitter for sending messages to a Pulsar channel in a transaction.