kafka-python
                                
                                 kafka-python copied to clipboard
                                
                                    kafka-python copied to clipboard
                            
                            
                            
                        Kafka memory error
Hello, i want to configurate my consumer with queued.max.messages.kbytes. How i can configure that? But KafkaConsumer have't this config?
Description: I found out that my message consumer starts to consume too much memory when the message lags. Locally I was able to set that 50000 messages completely consumes the message consumer's memory (128Mb) and it just shuts down. How can I fix this situation?
Have you tried tuning fetch_max_bytes ? It defaults to 50MB, which is probably too big if you've only got 128MB to work with.