Settings

dev.profunktor.pulsar.Pulsar$.Settings
See theSettings companion object
sealed abstract class Settings

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Set the duration of time to wait for a connection to a broker to be established. If the duration passes without a response from the broker, the connection attempt is dropped.

Set the duration of time to wait for a connection to a broker to be established. If the duration passes without a response from the broker, the connection attempt is dropped.

Attributes

Set the operation timeout (default: 30 seconds).

Set the operation timeout (default: 30 seconds).

Producer-create, subscribe and unsubscribe operations will be retried until this interval, after which the operation will be marked as failed

Attributes

Enable transactions support on the client. The broker must be configured accordingly:

Enable transactions support on the client. The broker must be configured accordingly:

  • set transactionCoordinatorEnabled=true in the broker configuration.

Attributes

Concrete methods

Set the duration of time to wait for a connection to a broker to be established. If the duration passes without a response from the broker, the connection attempt is dropped.

Set the duration of time to wait for a connection to a broker to be established. If the duration passes without a response from the broker, the connection attempt is dropped.

Attributes

Set the operation timeout (default: 30 seconds).

Set the operation timeout (default: 30 seconds).

Producer-create, subscribe and unsubscribe operations will be retried until this interval, after which the operation will be marked as failed

Attributes