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
I am running into timeouts when tying to use php-rdkafka on an ARM machine (inside a docker container). If I try to execute the official producer example I get the RD_KAFKA_RESP_ERR__TIMED_OUT error. I tried to increase the timeout argument to the ->flush() function, but that didn't help.
My colleague, that is using an Intel Mac, doesn't get the error with the same setup. I am also able to connect and communicate with Kafka when using longlang/phpkafka.
I am running into timeouts when tying to use
php-rdkafka
on an ARM machine (inside a docker container). If I try to execute the official producer example I get theRD_KAFKA_RESP_ERR__TIMED_OUT
error. I tried to increase the timeout argument to the->flush()
function, but that didn't help.My colleague, that is using an Intel Mac, doesn't get the error with the same setup. I am also able to connect and communicate with Kafka when using longlang/phpkafka.
Anyone else experienced the same problem?
Debug log:
The text was updated successfully, but these errors were encountered: