-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable the consume messages from cloud kafka broker #199
Comments
Below is the log:
|
Hey @vamsidarbhamulla, Can you try the timeout values mentioned here? |
Hi @mostafa - Thanks for the quick response. It did work after updating the session timeout. The delay in responding is due to the reasons
I still observe the reader consumes data only on certain attempts and the rest of the time I see the unable-to-read-data error might be with the fact I'm running the reader as a separate process and also for a small duration as of now. I will try to find the optimal approach. Thanks again. |
Hi,
I am trying to publish/consume messages from a Kafka cluster from a confluent cloud deployed and maintained by a different team to build a load test script using xk6-kafka.
I'm able to produce messages successfully but observe timeout errors while consuming messages from any of the topics.
I can publish/subscribe messages using the Kafka java client successfully to confirm I have the right configuration.
I did follow all the suggestions from the below two closed issues but still not successful:
reader script snippet:
The text was updated successfully, but these errors were encountered: