Class KafkaOptions
Настройки для Kafka
Inherited Members
Namespace: NotifyHub.Kafka.Options
Assembly: NotifyHub.Kafka.dll
Syntax
public class KafkaOptions
Properties
| Edit this page View SourceBootstrapServers
Адреса Kafka-брокеров
Declaration
public required string BootstrapServers { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsumerTopics
Топики для консюмеров
Declaration
public required Dictionary<string, string> ConsumerTopics { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
ProducerTopics
Топики для продюсеров
Declaration
public required Dictionary<string, string> ProducerTopics { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |