7 lines
149 B
C#
7 lines
149 B
C#
namespace Kafka.Lib;
|
|
|
|
public class KafkaConfig
|
|
{
|
|
public string? BootstrapServers { get; set; }
|
|
public string? TopicRoot { get; set; }
|
|
} |