microsoft / CSharpClient-for-Kafka

.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation.
Other
463 stars 95 forks source link

Producer example is not complete #60

Closed klimchuk closed 8 years ago

klimchuk commented 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

klimchuk commented 8 years ago

Never mind, once again it's mismatch between versions of log4net library