Show / Hide Table of Contents

Class KafkaOptions

Настройки для Kafka

Inheritance
object
KafkaOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.Kafka.Options
Assembly: NotifyHub.Kafka.dll
Syntax
public class KafkaOptions

Properties

| Edit this page View Source

BootstrapServers

Адреса Kafka-брокеров

Declaration
public required string BootstrapServers { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ConsumerTopics

Топики для консюмеров

Declaration
public required Dictionary<string, string> ConsumerTopics { get; set; }
Property Value
Type Description
Dictionary<string, string>
| Edit this page View Source

ProducerTopics

Топики для продюсеров

Declaration
public required Dictionary<string, string> ProducerTopics { get; set; }
Property Value
Type Description
Dictionary<string, string>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX