Closed klimchuk closed 8 years ago
When I'm trying to use
var config = new ProducerConfiguration(new List<BrokerConfiguration> { brokerConfig }); kafkaProducer = new Producer(config);
It gives me
Failed to load configuration The type initializer for 'Kafka.Client.Producers.Sync.SyncProducerPool' threw an exception.
From README it's not clear what should be set to initialize Producer properly
Never mind, once again it's mismatch between versions of log4net library
When I'm trying to use
It gives me
From README it's not clear what should be set to initialize Producer properly