Expand description
Shared connection configuration.
Structs§
- CachedO
Auth Bearer Token Provider - OAUTHBEARER provider that caches a token until its refresh window.
- Client
Config - Connection settings shared by low-level clients, producers, and consumers.
- OAuth
Bearer Token - A bearer token together with the time at which the issuer says it expires.
- Sasl
Credentials - SASL authentication material.
Enums§
- Sasl
Mechanism - Kafka SASL mechanism selected for authentication.
- Security
Protocol - Kafka client security protocol.
Traits§
- OAuth
Bearer Token Provider - Supplies a fresh SASL/OAUTHBEARER token for a broker connection.
- OAuth
Bearer Token Source - Supplies an issuer token and its expiration metadata to a cached provider.
Type Aliases§
- OAuth
Bearer Token Future - Future returned by an
OAuthBearerTokenProvider. - OAuth
Bearer Token Source Future - Future returned by an
OAuthBearerTokenSource.