//using System; //using System.Collections.Generic; //using System.Text; //using System.Threading.Tasks; //namespace VOL.Core.KafkaManager.IService //{ // public interface IKafkaProducer // { // /// // /// 生产 // /// // /// // /// // /// // void Produce(TKey Key, TValue Value, string Topic); // /// // /// 生产 异步 // /// // /// // /// // /// // /// // Task ProduceAsync(TKey Key, TValue Value, string Topic); // } //}