SslSettings#
- pydantic model safir.kafka.SslSettings#
Subset of settings required for SSL auth.
- Parameters:
data (
Any)- Fields:
- field client_cert_path: Annotated[Path, PathType(path_type=file)] [Required]#
- Constraints:
path_type = file
- field client_key_path: Annotated[Path, PathType(path_type=file)] [Required]#
- Constraints:
path_type = file
- field cluster_ca_path: Annotated[Path, PathType(path_type=file)] [Required]#
- Constraints:
path_type = file
- to_aiokafka_params()#
- Return type:
- to_faststream_params()#
- Return type:
- to_ssl_context()#
Create an SSL context for connecting to Kafka.
- Return type: