KafkaConnectionSettings#

class kafkit.settings.KafkaConnectionSettings(_env_file='<object object>', _env_file_encoding=None, _env_nested_delimiter=None, _secrets_dir=None, **values)#

Bases: BaseSettings

Settings for connecting to Kafka.

Parameters:

Attributes Summary

ssl_context

An SSL context for connecting to Kafka with aiokafka, if the Kafka connection is configured to use SSL.

Attributes Documentation

ssl_context#

An SSL context for connecting to Kafka with aiokafka, if the Kafka connection is configured to use SSL.