删除未多余的配置类
This commit is contained in:
parent
26ffffa233
commit
4c5f7231bf
@ -1,17 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace JiShe.CollectBus.Kafka
|
|
||||||
{
|
|
||||||
public class KafkaOptions
|
|
||||||
{
|
|
||||||
public string BootstrapServers { get; set; }
|
|
||||||
public string GroupId { get; set; }
|
|
||||||
public Dictionary<string, string> ProducerConfig { get; set; } = new();
|
|
||||||
public Dictionary<string, string> ConsumerConfig { get; set; } = new();
|
|
||||||
public Dictionary<string, string> AdminConfig { get; set; } = new();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user