You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please tell how do you think whats the potentially problem could be? I have a topic with 3 partition.
If I use only "groupID" and "groupTopics" and 3 vus (for 1 user to each partition - thats logics justify) I have to many errors "context deadline exceeded". I've already read an article about this problem in this repository but changes "maxWait" (and something like readLagInterval, readBatchTimeout, maxAttempts) didnt help me much.
For example when I read kafka without groupID with 1 or 2 vus - it works well - no error "context deadline exceeded" at all. But not all expected messages were found in this case. If I understand well - because I only 2 partition have beed read and 1 partition have not.
When I use 3 vus without groupID - I get an error like below and very soon all memory at my machine dropped out very soon (36 Gb). Probly there are some memory lack or I do something wrong? Any ideas?
ERRO[0098] Unable to read messages., OriginalError: fetching message: context deadline exceeded error="Unable to read messages., OriginalError: fetching message: context deadline exceeded"Us, 261 complete and 0 interrupted iterations
ERRO[0098] GoError: Unable to read messages., OriginalError: fetching message: context deadline exceeded
at github.com/mostafa/xk6-kafka.(*Kafka).readerClass.func1 (native)
The text was updated successfully, but these errors were encountered:
If you could provide me with a snippet that is causing this issue, I may be able to help you fix it. Please remove sensitive information before posting.
Hi Mostafa!
Please tell how do you think whats the potentially problem could be? I have a topic with 3 partition.
If I use only "groupID" and "groupTopics" and 3 vus (for 1 user to each partition - thats logics justify) I have to many errors "context deadline exceeded". I've already read an article about this problem in this repository but changes "maxWait" (and something like readLagInterval, readBatchTimeout, maxAttempts) didnt help me much.
For example when I read kafka without groupID with 1 or 2 vus - it works well - no error "context deadline exceeded" at all. But not all expected messages were found in this case. If I understand well - because I only 2 partition have beed read and 1 partition have not.
When I use 3 vus without groupID - I get an error like below and very soon all memory at my machine dropped out very soon (36 Gb). Probly there are some memory lack or I do something wrong? Any ideas?
ERRO[0098] Unable to read messages., OriginalError: fetching message: context deadline exceeded error="Unable to read messages., OriginalError: fetching message: context deadline exceeded"Us, 261 complete and 0 interrupted iterations
ERRO[0098] GoError: Unable to read messages., OriginalError: fetching message: context deadline exceeded
at github.com/mostafa/xk6-kafka.(*Kafka).readerClass.func1 (native)
The text was updated successfully, but these errors were encountered: