Open
Description
Description
I am getting error "Confluent.Kafka.KafkaException: 'Local: Queue full'" when trying to run the Basic Producer Examples (with p.BeginProduce). all settings are default.
It works till I set for loop at 100k, after that it start throwing this error.
How to reproduce
- Install Kafka & zookeeper
- Start servers
- Produce message to topic 'test' using simple producer example and consume through kafka-console-consumer.
Checklist
Please provide the following information:
- Confluent.Kafka nuget version:
- Apache Kafka version: 2.1.0
- Client configuration:
- Operating system: Window 10, 16 GB RAM, 64 bit OS
- Provide logs (with "debug" : "..." as necessary in configuration)
- Provide broker log excerpts
- Critical issue