Class KafkaConnectionParametersDto
DTO параметров подключения к Кафке.
Inheritance
KafkaConnectionParametersDto
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 - настройки писаталея |