Show / Hide Table of Contents

Class KafkaConnectionParametersDto

DTO параметров подключения к Кафке.

Inheritance
InheritedDto<KafkaConnectionParametersDto>
KafkaConnectionParametersDto
EncryptedKafkaConnectionParametersDto
Namespace: Trivium.ConnectionsDto.ConnectionParameters
Assembly: Trivium.ConnectionsDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[] { "discriminator" })]
[MessagePackFormatter(typeof(InheritanceMessagePackFormatter<KafkaConnectionParametersDto>))]
public class KafkaConnectionParametersDto : InheritedDto<KafkaConnectionParametersDto>

Properties

Dictionary<string, string> Config
Мапа настроек кафки. Ключ - название настройки, значение - строковое значение настройки.
Смотри настройки: https://kafka.apache.org/documentation/#consumerconfigs - настройки читателя https://kafka.apache.org/documentation/#producerconfigs - настройки писаталея
Back to top Generated by DocFX