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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Producer example is not complete

klimchuk opened this issue · comments

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