using System; using System.Collections.Generic; using System.Text; namespace Pole.Core { public class ProducerOptions { public int FailedRetryCount { get; set; } } }